Class TokenMapping
Class for mapping to different types of Token.
Inheritance
System.Object
TokenMapping
Namespace: Sdl.Core.Bcm.BcmModel.Serialization
Assembly: Sdl.Core.Bcm.BcmModel.dll
Syntax
public static class TokenMapping : Object
Methods
GetType(String)
Gets the type of Token based on the string type.
Declaration
public static Token GetType(string type)
Parameters
Type | Name | Description |
---|---|---|
System.String | type | The type. |
Returns
Type | Description |
---|---|
Token |