Show / Hide Table of Contents

Class TokenReferenceViewModel

Wrapper over a TokenReference that provides additional info.

Inheritance
object
TokenReferenceViewModel
Inherited Members
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 TokenReferenceViewModel

Constructors

View Source

TokenReferenceViewModel(TokenReference, TokenResolverRegistry, bool)

Initializes a new instance of the TokenReferenceViewModel class.

Declaration
public TokenReferenceViewModel(TokenReference tokenReference, TokenResolverRegistry registry, bool isInvalidToken = false)
Parameters
Type Name Description
TokenReference tokenReference

A token reference.

TokenResolverRegistry registry

The token resolver registry.

bool isInvalidToken

Whether the token is representing an invalid token.

Properties

View Source

ResolverName

Gets the resolver name.

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

TokenDescription

Gets the token description

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

TokenName

Gets the token name.

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

TokenReference

Gets the token reference.

Declaration
public TokenReference TokenReference { get; }
Property Value
Type Description
TokenReference
  • View Source
In this article
Back to top Generated by DocFX