Class GameClientTokenDefinitionParsed
A class representing the parsed version of the Game Client Token Definition.
Implements
Inherited Members
Namespace: Microsoft.Internal.Studios.Aruba.Infrastructure.Token
Assembly: Aruba.Infrastructure.dll
Syntax
public class GameClientTokenDefinitionParsed : BasicTokenDefinition, IEquatable<BasicTokenDefinition>
Properties
View SourceTargetMethod
Gets the target method to call to resolve this token.
Declaration
[TokenDefinitionPropertyCombobox("Target Method", "Choose the target method to call to resolve this token", typeof(GameClientTokenAllMethodsGetter))]
public GameClientTokenTargetMethod TargetMethod { get; }
Property Value
| Type | Description |
|---|---|
| GameClientTokenTargetMethod |
Methods
View SourceFromNameDescriptionAndTargetMethod(string, string, GameClientTokenTargetMethod)
Creates a GameClientTokenDefinitionParsed from a name, description, and target method.
Declaration
public static GameClientTokenDefinitionParsed FromNameDescriptionAndTargetMethod(string name, string description, GameClientTokenTargetMethod targetMethod)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | Name of the token. |
| string | description | Token description. |
| GameClientTokenTargetMethod | targetMethod | The method to call to resolve this token. |
Returns
| Type | Description |
|---|---|
| GameClientTokenDefinitionParsed |