Class SegmentPair
Class grouping together the source and equivalent target Segment.
Inheritance
Object
SegmentPair
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM
Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
Syntax
public class SegmentPair
Constructors
SegmentPair(Segment, Segment)
Initializes a new instance of the SegmentPair class.
Declaration
public SegmentPair(Segment source, Segment target)
Parameters
Type | Name | Description |
---|---|---|
Segment | source | The source. |
Segment | target | The target. |
Properties
Source
Gets or sets the source.
Declaration
public Segment Source { get; set; }
Property Value
Type | Description |
---|---|
Segment | The source. |
Target
Gets or sets the target.
Declaration
public Segment Target { get; set; }
Property Value
Type | Description |
---|---|
Segment | The target. |