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 |
|---|---|
| DateTime |
IncompatibleSpanPairSet
Collection of SpanPairNode incompatible alignments.
Declaration
public List<SpanPairNode> IncompatibleSpanPairSet { get; set; }
Property Value
| Type | Description |
|---|---|
| List<SpanPairNode> |
ModelDate
Gets or sets the alignment model creation date.
Declaration
public DateTime? ModelDate { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTime? |
SpanPairSet
Collection of SpanPairNode alignments subject to bilingual compositionality constraints.
Declaration
public List<SpanPairNode> SpanPairSet { get; set; }
Property Value
| Type | Description |
|---|---|
| List<SpanPairNode> |
TuId
The TranslationUnit identifier.
Declaration
public int TuId { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Methods
Clone()
Clones this instance.
Declaration
public AlignmentData Clone()
Returns
| Type | Description |
|---|---|
| AlignmentData |