Class BrowserSelectionOption
Inheritance
System.Object
BrowserSelectionOption
Namespace: ArtOfTest.WebAii.Design.UI.Controls
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class BrowserSelectionOption : ViewModelBase
Constructors
BrowserSelectionOption(BrowserType)
BrowserSelectionOption(String)
Declaration
public BrowserSelectionOption(string browserName)
Parameters
System.String
browserName
|
Properties
BrowserName
Declaration
public string BrowserName { get; }
Property Value
System.String
|
BrowserType
IsDefault
Declaration
public bool IsDefault { get; set; }
Property Value
System.Boolean
|
IsEnabled
Declaration
public bool IsEnabled { get; set; }
Property Value
System.Boolean
|
Tag
Declaration
public object Tag { get; set; }
Property Value
System.Object
|