Search Results for

    Show / Hide Table of Contents

    Interface ISegmentPairProperties

    Common properties for a source and target segment pair

    Inherited Members
    System.ICloneable.Clone()
    Namespace: Sdl.FileTypeSupport.Framework.NativeApi
    Assembly: Sdl.FileTypeSupport.Framework.Core.dll
    Syntax
    public interface ISegmentPairProperties : ICloneable

    Properties

    ConfirmationLevel

    The approval level of the translation for the segment pair

    Declaration
    ConfirmationLevel ConfirmationLevel { get; set; }
    Property Value
    Type Description
    ConfirmationLevel

    Id

    Identifier for the segment pair.

    The paragraph unit offers methods for easily locating specific segments in the source and target from their ids.

    Declaration
    SegmentId Id { get; set; }
    Property Value
    Type Description
    SegmentId
    Remarks

    The segment id is also used to link matches with a specific segment.

    IsLocked

    Indicates whether the segment pair is locked to prevent editing.

    Declaration
    bool IsLocked { get; set; }
    Property Value
    Type Description
    System.Boolean

    TranslationOrigin

    Indicates the origin of the translation for the segment pair.

    Declaration
    ITranslationOrigin TranslationOrigin { get; set; }
    Property Value
    Type Description
    ITranslationOrigin
    Remarks

    If no target segment exists for a segment pair, this property is null.

    If a translation exists, the ConfirmationLevel is used to indicate its current status in the document.

    On this page

    • Properties
      • ConfirmationLevel
      • Id
      • IsLocked
      • TranslationOrigin
    Back to top Generated by DocFX