Search Results for

    Show / Hide Table of Contents

    Class SegmentMetaDataKeys

    Constants for Segment metadata.

    Inheritance
    object
    SegmentMetaDataKeys
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: Sdl.Core.Bcm.BcmModel
    Assembly: Sdl.Core.Bcm.BcmModel.dll
    Syntax
    public static class SegmentMetaDataKeys

    Fields

    AlignmentTimestamp

    Segment metadata key for accesing alignment date.

    Declaration
    public const string AlignmentTimestamp = "tuInsertDate"
    Field Value
    Type Description
    string

    Contexts

    Segment metadata key for accesing the associated contexts.

    Declaration
    public const string Contexts = "Contexts"
    Field Value
    Type Description
    string

    CustomFields

    Segment metadata key for accesing custom fields.

    Declaration
    public const string CustomFields = "CustomFields"
    Field Value
    Type Description
    string

    SystemFields

    Segment metadata key for accesing system fields.

    Declaration
    public const string SystemFields = "SystemFields"
    Field Value
    Type Description
    string

    TuGuId

    Segment metadata key for accesing the Translation Unit GUID id.

    Declaration
    public const string TuGuId = "tuguid"
    Field Value
    Type Description
    string

    TuId

    Segment metadata key for accesing the Translation Unit numerical id.

    Declaration
    public const string TuId = "tuid"
    Field Value
    Type Description
    string
    In this article
    Back to top Generated by DocFX