Class ConnectClientToServerViewModel
Inheritance
System.Object
ConnectClientToServerViewModel
Namespace: ArtOfTest.WebAii.Design.UI.Scheduling.Models
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class ConnectClientToServerViewModel : ViewModelBase<ConnectClientToServerViewModel>
Constructors
ConnectClientToServerViewModel()
Declaration
public ConnectClientToServerViewModel()
Properties
Connected
Declaration
public bool Connected { get; set; }
Property Value
System.Boolean
|
ConnectionMessage
Declaration
public string ConnectionMessage { get; set; }
Property Value
System.String
|
HasStorage
Declaration
public bool HasStorage { get; set; }
Property Value
System.Boolean
|
HostName
Declaration
public string HostName { get; set; }
Property Value
System.String
|
IsConnecting
Declaration
public bool IsConnecting { get; set; }
Property Value
System.Boolean
|
Port
Declaration
public string Port { get; set; }
Property Value
System.String
|
ServerUrl
Declaration
public string ServerUrl { get; set; }
Property Value
System.String
|
Methods
ValidateSchedulingServerAsync()
Declaration
public Task ValidateSchedulingServerAsync()
Returns
System.Threading.Tasks.Task
|