Class
SelectHostModel

Definition

Namespace:ArtOfTest.WebAii.Design.UI

Assembly:ArtOfTest.WebAii.Design.dll

Syntax:

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

Inheritance: objectPropertyChangeNotificationSelectHostModel

Implements: INotifyPropertyChangedINotifyPropertyChanging

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

Constructors

SelectHostModel()

Declaration

cs-api-definition
public SelectHostModel()

Properties

BrowserClientId

Declaration

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

Property Value

string

BrowserWindow

Declaration

cs-api-definition
public Window BrowserWindow { get; set; }

Property Value

Window

DesktopNativeWindow

Declaration

cs-api-definition
public Window DesktopNativeWindow { get; set; }

Property Value

Window

DisplayName

Declaration

cs-api-definition
public string DisplayName { get; }

Property Value

string

Handle

Declaration

cs-api-definition
public int Handle { get; }

Property Value

int

IsRecorderAttached

Declaration

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

Property Value

bool

Process

Declaration

cs-api-definition
public Process Process { get; set; }

Property Value

Process

TechType

Declaration

cs-api-definition
public TechnologyType TechType { get; set; }

Property Value

TechnologyType