Class AlignmentData
Alignment related information.
Implements
Inherited Members
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 |