Class GeneralViewModel
Inheritance
System.Object
GeneralViewModel
Namespace: ArtOfTest.WebAii.Design.UI
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class GeneralViewModel : ViewModelBase, IUserSettingsPageViewModel
Constructors
GeneralViewModel(UserSettings)
Properties
DefaultDesktopApplication
Declaration
public string DefaultDesktopApplication { get; set; }
Property Value
System.String
|
DefaultWPFApplication
Declaration
public string DefaultWPFApplication { get; set; }
Property Value
System.String
|
Heading
Declaration
public string Heading { get; }
Property Value
System.String
|
ImageScalePercentage
Declaration
public int ImageScalePercentage { get; set; }
Property Value
System.Int32
|
IsStoryBoardCapturingEnabled
Declaration
public bool IsStoryBoardCapturingEnabled { get; set; }
Property Value
System.Boolean
|
IsValid
Declaration
public bool IsValid { get; }
Property Value
System.Boolean
|
PreserveProjectState
Declaration
public bool PreserveProjectState { get; set; }
Property Value
System.Boolean
|
RegisterCommand
Declaration
public CommandHandler RegisterCommand { get; }
Property Value
Telerik.TestStudio.BaseUI.UI.CommandHandler
|
SetDefaultAppCommand
Declaration
public CommandHandler SetDefaultAppCommand { get; }
Property Value
Telerik.TestStudio.BaseUI.UI.CommandHandler
|
SetDefaultDesktopAppCommand
Declaration
public CommandHandler SetDefaultDesktopAppCommand { get; }
Property Value
Telerik.TestStudio.BaseUI.UI.CommandHandler
|
SilverlightConnectTimeout
Declaration
public int SilverlightConnectTimeout { get; set; }
Property Value
System.Int32
|
TrackActiveFile
Declaration
public bool TrackActiveFile { get; set; }
Property Value
System.Boolean
|
UseHttpProxy
Declaration
public bool UseHttpProxy { get; set; }
Property Value
System.Boolean
|
View
Declaration
public UserControl View { get; }
Property Value
System.Windows.Controls.UserControl
|
WebComponents
Declaration
public bool WebComponents { get; set; }
Property Value
System.Boolean
|