Search Results for

    Show / Hide Table of Contents

    Class AlignmentData

    Alignment related information.

    Inheritance
    System.Object
    ExtensionDataContainer
    AlignmentData
    Implements
    ICloneable<AlignmentData>
    Inherited Members
    ExtensionDataContainer.ExtensionData
    Namespace: Sdl.Core.Bcm.BcmModel.Alignment
    Assembly: Sdl.Core.Bcm.BcmModel.dll
    Syntax
    public class AlignmentData : ExtensionDataContainer, ICloneable<AlignmentData>

    Constructors

    AlignmentData()

    Declaration
    public AlignmentData()

    Properties

    ContentInsertDate

    Gets or sets the alignment content insert date.

    Declaration
    public DateTime ContentInsertDate { get; set; }
    Property Value
    Type Description
    System.DateTime

    IncompatibleSpanPairSet

    Collection of SpanPairNode incompatible alignments.

    Declaration
    public List<SpanPairNode> IncompatibleSpanPairSet { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<SpanPairNode>

    ModelDate

    Gets or sets the alignment model creation date.

    Declaration
    public Nullable<DateTime> ModelDate { get; set; }
    Property Value
    Type Description
    System.Nullable<System.DateTime>

    SpanPairSet

    Collection of SpanPairNode alignments subject to bilingual compositionality constraints.

    Declaration
    public List<SpanPairNode> SpanPairSet { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<SpanPairNode>

    TuId

    The TranslationUnit identifier.

    Declaration
    public int TuId { get; set; }
    Property Value
    Type Description
    System.Int32

    Methods

    Clone()

    Clones this instance.

    Declaration
    public AlignmentData Clone()
    Returns
    Type Description
    AlignmentData

    Implements

    ICloneable<T>

    On this page

    Back to top Generated by DocFX