Class
BrowserSelectionOption

Definition

Namespace:ArtOfTest.WebAii.Design.UI.Controls

Assembly:ArtOfTest.WebAii.Design.dll

Syntax:

cs-api-definition
public class BrowserSelectionOption : ViewModelBase

Inheritance: objectBrowserSelectionOption

Constructors

BrowserSelectionOption(BrowserType)

Declaration

cs-api-definition
public BrowserSelectionOption(BrowserType browser)

Parameters

browser

BrowserType

BrowserSelectionOption(string)

Declaration

cs-api-definition
public BrowserSelectionOption(string browserName)

Parameters

browserName

string

Properties

BrowserName

Declaration

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

Property Value

string

BrowserType

Declaration

cs-api-definition
public BrowserType BrowserType { get; }

Property Value

BrowserType

IsDefault

Declaration

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

Property Value

bool

IsEnabled

Declaration

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

Property Value

bool

Tag

Declaration

cs-api-definition
public object Tag { get; set; }

Property Value

object