Show / Hide Table of Contents

Class TokenDefinitionViewModel

The token definition view model.

Inheritance
object
BindableBase
TokenDefinitionViewModel
Implements
INotifyPropertyChanged
Inherited Members
BindableBase.SetProperty<T>(ref T, T, string)
BindableBase.SetProperty<T>(ref T, T, Action, string)
BindableBase.RaisePropertyChanged(string)
BindableBase.OnPropertyChanged(PropertyChangedEventArgs)
BindableBase.PropertyChanged
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Phoenix.Aruba
Assembly: Phoenix.Plugin.Aruba.dll
Syntax
public class TokenDefinitionViewModel : BindableBase, INotifyPropertyChanged

Constructors

View Source

TokenDefinitionViewModel(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 Source

DeleteCommand

Gets the delete command.

Declaration
public ICommand DeleteCommand { get; }
Property Value
Type Description
ICommand
View Source

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
View Source

OnNameEditingChangedCommand

Gets a command for the editing name state change.

Declaration
public ICommand OnNameEditingChangedCommand { get; }
Property Value
Type Description
ICommand
View Source

ResolverVM

Gets the token resolver view model.

Declaration
public TokenResolverViewModel ResolverVM { get; }
Property Value
Type Description
TokenResolverViewModel
View Source

StartRenamingCommand

Gets the command for starting a token rename.

Declaration
public ICommand StartRenamingCommand { get; }
Property Value
Type Description
ICommand
View Source

TokenDefinition

Gets or sets the basic token definition.

Declaration
public BasicTokenDefinition TokenDefinition { get; set; }
Property Value
Type Description
BasicTokenDefinition
View Source

TokenName

Gets or sets the token name.

Declaration
public string TokenName { get; set; }
Property Value
Type Description
string
View Source

TokenReference

Gets the token reference.

Declaration
public TokenReference TokenReference { get; }
Property Value
Type Description
TokenReference

Implements

INotifyPropertyChanged
  • View Source
In this article
Back to top Generated by DocFX