Show / Hide Table of Contents

Class TokenResolverViewModel

The token resolver view model.

Inheritance
object
BindableBase
TokenResolverViewModel
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 TokenResolverViewModel : BindableBase, INotifyPropertyChanged

Properties

View Source

DefinitionVMs

Gets the collection of token definition view models.

Declaration
public ObservableCollection<TokenDefinitionViewModel> DefinitionVMs { get; }
Property Value
Type Description
ObservableCollection<TokenDefinitionViewModel>
View Source

IsDirty

Gets or sets a value indicating whether the token resolver is being edited.

Declaration
public bool IsDirty { get; set; }
Property Value
Type Description
bool
View Source

NewTokenDefinitionCommand

Gets the command to create a new token definition.

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

Resolver

Gets the token resolver.

Declaration
public ITokenResolver Resolver { get; }
Property Value
Type Description
ITokenResolver
View Source

ResolverName

Gets the token resolver name.

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

RevertTokenDefinitionsCommand

Gets the command for reverting token definitions.

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

SaveTokenDefinitionsCommand

Gets the command for saving token definitions.

Declaration
public ICommand SaveTokenDefinitionsCommand { get; }
Property Value
Type Description
ICommand

Methods

View Source

NewTokenDefinition()

Creates a new token definition.

Declaration
public void NewTokenDefinition()

Implements

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