Show / Hide Table of Contents

Class TokenDefinitionPropertyViewModel

Defines the token definition property view model.

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

Initializes a new instance of the TokenDefinitionPropertyViewModel class.

Constructors

View Source

TokenDefinitionPropertyViewModel(TokenResolverViewModel, BasicTokenDefinition, TokenPropertyInfo)

Defines the token definition property view model.

Declaration
public TokenDefinitionPropertyViewModel(TokenResolverViewModel resolverVM, BasicTokenDefinition definition, TokenPropertyInfo tokenPropertyInfo)
Parameters
Type Name Description
TokenResolverViewModel resolverVM

The resolver view model.

BasicTokenDefinition definition

The basic token definition.

TokenPropertyInfo tokenPropertyInfo

The token property information.

Remarks

Initializes a new instance of the TokenDefinitionPropertyViewModel class.

Properties

View Source

Definition

Gets the basic token definition.

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

PropertyValue

Gets or sets the property value.

Declaration
public object PropertyValue { get; set; }
Property Value
Type Description
object
View Source

ResolverVM

Gets the token resolver view model.

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

TokenPropertyInfo

Gets the token property information.

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

Implements

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