Class SegmentPair
Class grouping together the source and equivalent target Segment.
Implements
Inherited Members
Namespace: Sdl.Core.Bcm.BcmModel
Assembly: Sdl.Core.Bcm.BcmModel.dll
Syntax
public class SegmentPair : ExtensionDataContainer, ICloneable<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. |
Methods
Clone()
Clones this instance.
Declaration
public SegmentPair Clone()
Returns
Type | Description |
---|---|
SegmentPair | A deep clone of this instance. |