Search Results for

    Show / Hide Table of Contents

    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.

    Inheritance
    System.Object
    Token
    GenericPlaceableToken
    Implements
    ICloneable<Token>
    Inherited Members
    Token.Clone()
    Token.ToString()
    Token.Text
    Token.Span
    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.

    Overrides
    Token.Type

    Implements

    ICloneable<T>

    On this page

    Back to top Generated by DocFX