Class IdentificationViewModel
Inheritance
System.Object
IdentificationViewModel
Namespace: ArtOfTest.WebAii.Design.UI
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class IdentificationViewModel : ViewModelBase, IUserSettingsPageViewModel
Constructors
IdentificationViewModel(UserSettings)
Declaration
public IdentificationViewModel(UserSettings userSettings)
Parameters
UserSettings
userSettings
|
Properties
AddTagCommand
Declaration
public CommandHandler AddTagCommand { get; }
Property Value
Telerik.TestStudio.BaseUI.UI.CommandHandler
|
AddTagText
Declaration
public string AddTagText { get; set; }
Property Value
System.String
|
AllDesktopIdentifications
Declaration
public DesktopIdentificationDescriptor[] AllDesktopIdentifications { get; }
Property Value
DesktopIdentificationDescriptor[]
|
DeleteSelectedTagCommand
Declaration
public CommandHandler DeleteSelectedTagCommand { get; }
Property Value
Telerik.TestStudio.BaseUI.UI.CommandHandler
|
Heading
Declaration
public string Heading { get; }
Property Value
System.String
|
HelpLinkCommand
Declaration
public CommandHandler HelpLinkCommand { get; }
Property Value
Telerik.TestStudio.BaseUI.UI.CommandHandler
|
IsValid
Declaration
public bool IsValid { get; }
Property Value
System.Boolean
|
MoveTagCommand
Declaration
public CommandHandler MoveTagCommand { get; }
Property Value
Telerik.TestStudio.BaseUI.UI.CommandHandler
|
SelectedDesktopIdentification
Declaration
public IIdentificationDescriptor SelectedDesktopIdentification { get; set; }
Property Value
IIdentificationDescriptor
|
SelectedTag
Declaration
public IIdentificationDescriptor SelectedTag { get; set; }
Property Value
IIdentificationDescriptor
|
TagList
Declaration
public IdentificationDescriptorList TagList { get; set; }
Property Value
IdentificationDescriptorList
|
View
Declaration
public UserControl View { get; }
Property Value
System.Windows.Controls.UserControl
|