Class RecordingViewModel
Inheritance
System.Object
RecordingViewModel
Namespace: ArtOfTest.WebAii.Design.UI
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class RecordingViewModel : ViewModelBase, IUserSettingsPageViewModel
Constructors
RecordingViewModel(UserSettings)
Declaration
public RecordingViewModel(UserSettings userSettings)
Parameters
UserSettings
userSettings
|
Properties
Brush
Declaration
public SolidColorBrush Brush { get; }
Property Value
System.Windows.Media.SolidColorBrush
|
DefaultDropDownSelection
Declaration
public SelectDropDownType DefaultDropDownSelection { get; set; }
Property Value
SelectDropDownType
|
Heading
Declaration
public string Heading { get; }
Property Value
System.String
|
HelpLinkCommand
Declaration
public CommandHandler HelpLinkCommand { get; }
Property Value
Telerik.TestStudio.BaseUI.UI.CommandHandler
|
HighlightBorderSize
Declaration
public int HighlightBorderSize { get; set; }
Property Value
System.Int32
|
IsValid
Declaration
public bool IsValid { get; set; }
Property Value
System.Boolean
|
MenuHoldTime
Declaration
public double MenuHoldTime { get; set; }
Property Value
System.Double
|
PromptNameOnAddElement
Declaration
public bool PromptNameOnAddElement { get; set; }
Property Value
System.Boolean
|
RecorderBaseUrl
Declaration
public string RecorderBaseUrl { get; set; }
Property Value
System.String
|
RecordjQueryInDescriptorsIfPossible
Declaration
public bool RecordjQueryInDescriptorsIfPossible { get; set; }
Property Value
System.Boolean
|
SetHighlightColorCommand
Declaration
public CommandHandler SetHighlightColorCommand { get; }
Property Value
Telerik.TestStudio.BaseUI.UI.CommandHandler
|
SimulateRealClickByDefault
Declaration
public bool SimulateRealClickByDefault { get; set; }
Property Value
System.Boolean
|
SimulateRealTypingByDefault
Declaration
public bool SimulateRealTypingByDefault { get; set; }
Property Value
System.Boolean
|
SkipTranslatorsOptimization
Declaration
public bool SkipTranslatorsOptimization { get; set; }
Property Value
System.Boolean
|
UrlRecordMode
UseLegacySilverlightFindLogic
Declaration
public bool UseLegacySilverlightFindLogic { get; set; }
Property Value
System.Boolean
|
View
Declaration
public UserControl View { get; }
Property Value
System.Windows.Controls.UserControl
|