Class AlphanumericToken
A Token representing alphanumeric tokens.
Implements
Inherited Members
Namespace: Sdl.Core.Bcm.BcmModel.Tokenization.Tokens
Assembly: Sdl.Core.Bcm.BcmModel.dll
Syntax
[DataContract]
public class AlphanumericToken : Token, ICloneable<Token>
Constructors
AlphanumericToken()
Initializes a new instance of the AlphanumericToken class.
Declaration
public AlphanumericToken()
AlphanumericToken(string)
Initializes a new instance of the AlphanumericToken class.
Declaration
public AlphanumericToken(string text)
Parameters
| Type | Name | Description |
|---|---|---|
| string | text | The token text |
Properties
Type
Gets the type of Token.
Declaration
[DataMember(Name = "type")]
protected override string Type { get; }
Property Value
| Type | Description |
|---|---|
| string | The type. |