Class GenericPlaceableToken
Abstract class for different token implementations.
Implements
Inherited Members
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
[DataMember(Name = "tokenClass")]
public string TokenClass { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Type
Gets the type of Token.
Declaration
[DataMember(Name = "type")]
protected override string Type { get; }
Property Value
| Type | Description |
|---|---|
| string | The type. |