Class ConnectToServerViewModel
Inheritance
System.Object
ConnectToServerViewModel
Namespace: ArtOfTest.WebAii.Design.UI.Scheduling.Models
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class ConnectToServerViewModel : ViewModelBase<ProvidersViewModel>
Constructors
ConnectToServerViewModel()
Declaration
public ConnectToServerViewModel()
Properties
ConnectClientToServerViewModel
Declaration
public ConnectClientToServerViewModel ConnectClientToServerViewModel { get; }
Property Value
ConnectClientToServerViewModel
|
ConnectedText
Declaration
public string ConnectedText { get; }
Property Value
System.String
|
ConnectionMessage
Declaration
public string ConnectionMessage { get; }
Property Value
System.String
|
Control
Declaration
public ConnectProjectToServerControl Control { get; set; }
Property Value
ConnectProjectToServerControl
|
HasStorage
Declaration
public bool HasStorage { get; set; }
Property Value
System.Boolean
|
IsBusy
Declaration
public bool IsBusy { get; }
Property Value
System.Boolean
|
IsConnected
Declaration
public bool IsConnected { get; set; }
Property Value
System.Boolean
|
IsModified
Declaration
public bool IsModified { get; set; }
Property Value
System.Boolean
|
IsServerLocal
Declaration
public bool IsServerLocal { get; set; }
Property Value
System.Boolean
|
IsServerRemote
Declaration
public bool IsServerRemote { get; set; }
Property Value
System.Boolean
|
LogStatusViewModel
Declaration
public IExecutionServerLoggingStatusViewModel LogStatusViewModel { get; set; }
Property Value
IExecutionServerLoggingStatusViewModel
|
Settings
ShowConnected
Declaration
public bool ShowConnected { get; }
Property Value
System.Boolean
|
SourceLocation
Declaration
public string SourceLocation { get; }
Property Value
System.String
|
UseLocal
Declaration
public bool UseLocal { get; set; }
Property Value
System.Boolean
|
Methods
IsValid()
Declaration
public bool IsValid()
Returns
System.Boolean
|
Refresh()
Declaration
public void Refresh()