ClassIdentificationViewModel
Class
Definition
Namespace:ArtOfTest.WebAii.Design.UI
Assembly:ArtOfTest.WebAii.Design.dll
Syntax:
cs-api-definition
public class IdentificationViewModel : ViewModelBase, IUserSettingsPageViewModel
Inheritance: objectIdentificationViewModel
Implements:
Constructors
IdentificationViewModel(UserSettings)
Declaration
cs-api-definition
public IdentificationViewModel(UserSettings userSettings)
Parameters
userSettings
Properties
AddTagCommand
Declaration
cs-api-definition
public CommandHandler AddTagCommand { get; }
Property Value
CommandHandler
AllDesktopIdentifications
Declaration
cs-api-definition
public DesktopIdentificationDescriptor[] AllDesktopIdentifications { get; }
Property Value
DeleteSelectedTagCommand
Declaration
cs-api-definition
public CommandHandler DeleteSelectedTagCommand { get; }
Property Value
CommandHandler
HelpLinkCommand
Declaration
cs-api-definition
public CommandHandler HelpLinkCommand { get; }
Property Value
CommandHandler
MoveTagCommand
Declaration
cs-api-definition
public CommandHandler MoveTagCommand { get; }
Property Value
CommandHandler
SelectedDesktopIdentification
Declaration
cs-api-definition
public IIdentificationDescriptor SelectedDesktopIdentification { get; set; }
Property Value
SelectedTag
Declaration
cs-api-definition
public IIdentificationDescriptor SelectedTag { get; set; }
Property Value
TagList
Declaration
cs-api-definition
public IdentificationDescriptorList TagList { get; set; }
Property Value