Class TokenDefinitionViewModel
The token definition view model.
Implements
Inherited Members
Namespace: Phoenix.Aruba
Assembly: Phoenix.Plugin.Aruba.dll
Syntax
public class TokenDefinitionViewModel : BindableBase, INotifyPropertyChanged
Constructors
View SourceTokenDefinitionViewModel(TokenResolverViewModel, BasicTokenDefinition)
Initializes a new instance of the TokenDefinitionViewModel class.
Declaration
public TokenDefinitionViewModel(TokenResolverViewModel resolverVM, BasicTokenDefinition value)
Parameters
Type | Name | Description |
---|---|---|
TokenResolverViewModel | resolverVM | The token resolver view model. |
BasicTokenDefinition | value | The basic token definition. |
Properties
View SourceDeleteCommand
Gets the delete command.
Declaration
public ICommand DeleteCommand { get; }
Property Value
Type | Description |
---|---|
ICommand |
IsEditingName
Gets or sets a value indicating whether we are editing the token name.
Declaration
public bool IsEditingName { get; set; }
Property Value
Type | Description |
---|---|
bool |
OnNameEditingChangedCommand
Gets a command for the editing name state change.
Declaration
public ICommand OnNameEditingChangedCommand { get; }
Property Value
Type | Description |
---|---|
ICommand |
ResolverVM
Gets the token resolver view model.
Declaration
public TokenResolverViewModel ResolverVM { get; }
Property Value
Type | Description |
---|---|
TokenResolverViewModel |
StartRenamingCommand
Gets the command for starting a token rename.
Declaration
public ICommand StartRenamingCommand { get; }
Property Value
Type | Description |
---|---|
ICommand |
TokenDefinition
Gets or sets the basic token definition.
Declaration
public BasicTokenDefinition TokenDefinition { get; set; }
Property Value
Type | Description |
---|---|
BasicTokenDefinition |
TokenName
Gets or sets the token name.
Declaration
public string TokenName { get; set; }
Property Value
Type | Description |
---|---|
string |
TokenReference
Gets the token reference.
Declaration
public TokenReference TokenReference { get; }
Property Value
Type | Description |
---|---|
TokenReference |