Search Results for

    Show / Hide Table of Contents

    Class DisplayFilterRowInfo

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

    Inheritance
    object
    DisplayFilterRowInfo
    Implements
    IDisplayFilterRowInfo
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Sdl.TranslationStudioAutomation.IntegrationApi.DisplayFilters
    Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
    Syntax
    public class DisplayFilterRowInfo : IDisplayFilterRowInfo

    Constructors

    DisplayFilterRowInfo()

    Declaration
    public DisplayFilterRowInfo()

    Properties

    ContainsFeedbackMessages

    Returns true if this row contains feedback message information.

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

    ContainsRevisions

    Returns true if this row contains revision information.

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

    ContainsTQAs

    Returns true if this row contains TQA information.

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

    ContainsTrackChanges

    Returns true if this row contains Track Changes information.

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

    ContextInfo

    Context information derived from the paragraph

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

    IsSegment

    true if this row represents the content of a segment.

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

    RepetitionExcludeFirstOccurrence

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

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

    RepetitionFirstOccurrence

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

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

    SegmentPair

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

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

    Implements

    IDisplayFilterRowInfo

    Extension Methods

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