Show / Hide Table of Contents

Class TokenModel

Class that represents the data needed for a token.

Inheritance
object
TokenModel
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 TokenModel

Constructors

View Source

TokenModel(string, string, List<object>)

Declaration
public TokenModel(string resolverName, string tokenName, List<object> resolvedValues)
Parameters
Type Name Description
string resolverName
string tokenName
List<object> resolvedValues

Properties

View Source

ResolvedValues

Declaration
public List<object> ResolvedValues { get; set; }
Property Value
Type Description
List<object>
View Source

ResolverName

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

TokenName

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