Class SettingsWrapper
Inheritance
System.Object
SettingsWrapper
Namespace: ArtOfTest.WebAii.Design.UI.TypeEditors
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class SettingsWrapper : ViewModelBase
Constructors
SettingsWrapper(Settings.WebSettings)
Declaration
public SettingsWrapper(Settings.WebSettings settings)
Parameters
Settings.WebSettings
settings
|
Properties
AspNetDevServerPort
Declaration
public int AspNetDevServerPort { get; set; }
Property Value
System.Int32
|
AutoCalibrateBrowsers
Declaration
public bool AutoCalibrateBrowsers { get; set; }
Property Value
System.Boolean
|
BaseUrl
Declaration
public string BaseUrl { get; set; }
Property Value
System.String
|
Browser
EnableScriptLogging
Declaration
public bool EnableScriptLogging { get; set; }
Property Value
System.Boolean
|
EnableSilverlight
Declaration
public bool EnableSilverlight { get; set; }
Property Value
System.Boolean
|
EnableUILessRequestViewing
Declaration
public bool EnableUILessRequestViewing { get; set; }
Property Value
System.Boolean
|
ExecutingBrowsers
Declaration
public SettingsWrapper.BrowsersExecution ExecutingBrowsers { get; set; }
Property Value
SettingsWrapper.BrowsersExecution
|
IsValid
Declaration
public bool IsValid { get; set; }
Property Value
System.Boolean
|
KillBrowserProcessOnClose
Declaration
public bool KillBrowserProcessOnClose { get; set; }
Property Value
System.Boolean
|
KillBrowsersBeforeStart
Declaration
public bool KillBrowsersBeforeStart { get; set; }
Property Value
System.Boolean
|
LocalWebServer
Declaration
public LocalWebServerType LocalWebServer { get; set; }
Property Value
LocalWebServerType
|
RecycleBrowser
Declaration
public bool RecycleBrowser { get; set; }
Property Value
System.Boolean
|
SilverlightApplicationPath
Declaration
public string SilverlightApplicationPath { get; set; }
Property Value
System.String
|
SilverlightConnectTimeout
Declaration
public int SilverlightConnectTimeout { get; set; }
Property Value
System.Int32
|
UseBrowserExtension
Declaration
public bool UseBrowserExtension { get; set; }
Property Value
System.Boolean
|
UseHttpProxy
Declaration
public bool UseHttpProxy { get; set; }
Property Value
System.Boolean
|
VerboseHttpProxy
Declaration
public bool VerboseHttpProxy { get; set; }
Property Value
System.Boolean
|
WebAppPhysicalPath
Declaration
public string WebAppPhysicalPath { get; set; }
Property Value
System.String
|
WebComponents
Declaration
public bool WebComponents { get; set; }
Property Value
System.Boolean
|