Class
IdentificationViewModel

Definition

Namespace:ArtOfTest.WebAii.Design.UI

Assembly:ArtOfTest.WebAii.Design.dll

Syntax:

cs-api-definition
public class IdentificationViewModel : ViewModelBase, IUserSettingsPageViewModel

Inheritance: objectIdentificationViewModel

Implements: IUserSettingsPageViewModel

Constructors

IdentificationViewModel(UserSettings)

Declaration

cs-api-definition
public IdentificationViewModel(UserSettings userSettings)

Parameters

userSettings

UserSettings

Properties

AddTagCommand

Declaration

cs-api-definition
public CommandHandler AddTagCommand { get; }

Property Value

CommandHandler

AddTagText

Declaration

cs-api-definition
public string AddTagText { get; set; }

Property Value

string

AllDesktopIdentifications

Declaration

cs-api-definition
public DesktopIdentificationDescriptor[] AllDesktopIdentifications { get; }

Property Value

DesktopIdentificationDescriptor[]

DeleteSelectedTagCommand

Declaration

cs-api-definition
public CommandHandler DeleteSelectedTagCommand { get; }

Property Value

CommandHandler

Heading

Declaration

cs-api-definition
public string Heading { get; }

Property Value

string

HelpLinkCommand

Declaration

cs-api-definition
public CommandHandler HelpLinkCommand { get; }

Property Value

CommandHandler

IsValid

Declaration

cs-api-definition
public bool IsValid { get; }

Property Value

bool

MoveTagCommand

Declaration

cs-api-definition
public CommandHandler MoveTagCommand { get; }

Property Value

CommandHandler

SelectedDesktopIdentification

Declaration

cs-api-definition
public IIdentificationDescriptor SelectedDesktopIdentification { get; set; }

Property Value

IIdentificationDescriptor

SelectedTag

Declaration

cs-api-definition
public IIdentificationDescriptor SelectedTag { get; set; }

Property Value

IIdentificationDescriptor

TagList

Declaration

cs-api-definition
public IdentificationDescriptorList TagList { get; set; }

Property Value

IdentificationDescriptorList

View

Declaration

cs-api-definition
public UserControl View { get; }

Property Value

UserControl