Interface ISegmentPair
Represents a source and target segment pair in a paragraph unit.
Namespace: Sdl.FileTypeSupport.Framework.BilingualApi
Assembly: Sdl.FileTypeSupport.Framework.Core.dll
Syntax
public interface ISegmentPair
Remarks
The segment pair is an artificial concept that has been introduced for the purpose of simplifying tasks that only deal with source and target segment pairs. The actual segments in the segment pair still appear inside the Source and Target content.
Properties
Properties
The common properties for the segment pair
Declaration
ISegmentPairProperties Properties { get; set; }
Property Value
Type | Description |
---|---|
ISegmentPairProperties |
Remarks
Assigning to this property will affect both the source and the target segment.
Source
The segment that appears in the Source
Declaration
ISegment Source { get; }
Property Value
Type | Description |
---|---|
ISegment |
Target
The segment that appears in the Target
For source segments with no target equivalent, this property is null
.
Declaration
ISegment Target { get; }
Property Value
Type | Description |
---|---|
ISegment |