Class
ConnectToAppControlModel

Definition

Namespace:ArtOfTest.WebAii.Design.UI

Assembly:ArtOfTest.WebAii.Design.dll

Syntax:

cs-api-definition
public class ConnectToAppControlModel : PropertyChangeNotification, INotifyPropertyChanged, INotifyPropertyChanging

Inheritance: objectPropertyChangeNotificationConnectToAppControlModel

Implements: INotifyPropertyChangedINotifyPropertyChanging

Inherited Members PropertyChangeNotification.OnPropertyChanged(string)PropertyChangeNotification.OnPropertyChanging(string)PropertyChangeNotification.PropertyChangedPropertyChangeNotification.PropertyChanging

Constructors

ConnectToAppControlModel(TechnologyType)

Declaration

cs-api-definition
public ConnectToAppControlModel(TechnologyType techType)

Parameters

techType

TechnologyType

Properties

ConnectionError

Declaration

cs-api-definition
public string ConnectionError { get; set; }

Property Value

string

HideWelcome

Declaration

cs-api-definition
public bool HideWelcome { get; set; }

Property Value

bool

Host

Declaration

cs-api-definition
public IAutomationHost Host { get; set; }

Property Value

IAutomationHost

IsConnected

Declaration

cs-api-definition
public bool IsConnected { get; set; }

Property Value

bool

IsGoButtonEnabled

Declaration

cs-api-definition
public bool IsGoButtonEnabled { get; }

Property Value

bool

ParentModel

Declaration

cs-api-definition
public FindElementModel ParentModel { get; set; }

Property Value

FindElementModel

SelectedItem

Declaration

cs-api-definition
public SelectHostModel SelectedItem { get; set; }

Property Value

SelectHostModel

UseCachedHost

Declaration

cs-api-definition
public bool UseCachedHost { get; set; }

Property Value

bool

VisibleHosts

Declaration

cs-api-definition
public ObservableCollection<SelectHostModel> VisibleHosts { get; }

Property Value

ObservableCollection<SelectHostModel>

Methods

AttemptConnectingToExistingHostAsync(AsyncCallback)

Declaration

cs-api-definition
public void AttemptConnectingToExistingHostAsync(AsyncCallback callBack)

Parameters

callBack

AsyncCallback

RunToStepAsync(AsyncCallback, AutomationStep, BrowserType)

Declaration

cs-api-definition
public void RunToStepAsync(AsyncCallback callBack, AutomationStep toStep, BrowserType browserType)

Parameters

callBack

AsyncCallback

toStep

AutomationStep

browserType

BrowserType