Class ConnectToAppControlModel
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.Design.UI
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class ConnectToAppControlModel : PropertyChangeNotification, INotifyPropertyChanged, INotifyPropertyChanging
Constructors
ConnectToAppControlModel(TechnologyType)
Declaration
public ConnectToAppControlModel(TechnologyType techType)
Parameters
TechnologyType
techType
|
Properties
ConnectionError
Declaration
public string ConnectionError { get; set; }
Property Value
System.String
|
HideWelcome
Declaration
public bool HideWelcome { get; set; }
Property Value
System.Boolean
|
Host
IsConnected
Declaration
public bool IsConnected { get; set; }
Property Value
System.Boolean
|
IsGoButtonEnabled
Declaration
public bool IsGoButtonEnabled { get; }
Property Value
System.Boolean
|
ParentModel
SelectedItem
UseCachedHost
Declaration
public bool UseCachedHost { get; set; }
Property Value
System.Boolean
|
VisibleHosts
Declaration
public ObservableCollection<SelectHostModel> VisibleHosts { get; }
Property Value
System.Collections.ObjectModel.ObservableCollection<SelectHostModel>
|
Methods
AttemptConnectingToExistingHostAsync(AsyncCallback)
Declaration
public void AttemptConnectingToExistingHostAsync(AsyncCallback callBack)
Parameters
System.AsyncCallback
callBack
|
RunToStepAsync(AsyncCallback, AutomationStep, BrowserType)
Declaration
public void RunToStepAsync(AsyncCallback callBack, AutomationStep toStep, BrowserType browserType)
Parameters
System.AsyncCallback
callBack
|
AutomationStep
toStep
|
BrowserType
browserType
|