Search Results for

    Show / Hide Table of Contents

    Class SegmentPair

    Class grouping together the source and equivalent target Segment.

    Inheritance
    System.Object
    ExtensionDataContainer
    SegmentPair
    Implements
    ICloneable<SegmentPair>
    Inherited Members
    ExtensionDataContainer.ExtensionData
    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.

    Implements

    ICloneable<T>

    On this page

    Back to top Generated by DocFX