Class GenericPlaceableToken
Represents a generic placeable token which is not one of the predefined placeable token classes. Generic placeable tokens can never be auto-localized, but may be auto-substitutable.
Implements
Namespace: Sdl.Core.Bcm.BcmModel.Tokenization.Tokens
Assembly: Sdl.Core.Bcm.BcmModel.dll
Syntax
public class GenericPlaceableToken : Token, ICloneable<Token>
Constructors
GenericPlaceableToken()
Declaration
public GenericPlaceableToken()
Properties
TokenClass
Gets the value of the token class which has been used during construction.
Declaration
public string TokenClass { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Type
Gets the type of Token.
Declaration
protected override string Type { get; }
Property Value
Type | Description |
---|---|
System.String | The type. |