Search Results for

    Show / Hide Table of Contents

    Interface IDisplayFilterRowInfo

    The properties related to the segment that are filtered through the display filter implementation

    Namespace: Sdl.TranslationStudioAutomation.IntegrationApi.DisplayFilters
    Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
    Syntax
    public interface IDisplayFilterRowInfo

    Properties

    ContainsFeedbackMessages

    Returns true if this row contains feedback message information.

    Declaration
    bool ContainsFeedbackMessages { get; }
    Property Value
    Type Description
    bool

    ContainsRevisions

    Returns true if this row contains revision information.

    Declaration
    bool ContainsRevisions { get; }
    Property Value
    Type Description
    bool

    ContainsTQAs

    Returns true if this row contains TQA information.

    Declaration
    bool ContainsTQAs { get; }
    Property Value
    Type Description
    bool

    ContainsTrackChanges

    Returns true if this row contains Track Changes information.

    Declaration
    bool ContainsTrackChanges { get; }
    Property Value
    Type Description
    bool

    ContextInfo

    Context information derived from the paragraph

    Declaration
    IList<IContextInfo> ContextInfo { get; set; }
    Property Value
    Type Description
    IList<IContextInfo>

    IsSegment

    true if this row represents the content of a segment.

    Declaration
    bool IsSegment { get; }
    Property Value
    Type Description
    bool

    RepetitionExcludeFirstOccurrence

    Returns true if this row is a repetition; excluding the first occurrence

    Declaration
    bool RepetitionExcludeFirstOccurrence { get; }
    Property Value
    Type Description
    bool

    RepetitionFirstOccurrence

    Returns true if this row if the first occurrence of a repetition.

    Declaration
    bool RepetitionFirstOccurrence { get; }
    Property Value
    Type Description
    bool

    SegmentPair

    Represents a source and target segment pair in a paragraph unit.

    Declaration
    ISegmentPair SegmentPair { get; }
    Property Value
    Type Description
    ISegmentPair

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(object, Action<Window>)
    In this article
    • Properties
      • ContainsFeedbackMessages
      • ContainsRevisions
      • ContainsTQAs
      • ContainsTrackChanges
      • ContextInfo
      • IsSegment
      • RepetitionExcludeFirstOccurrence
      • RepetitionFirstOccurrence
      • SegmentPair
    • Extension Methods
    Back to top Generated by DocFX