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
    System.Object
    DisplayFilterRowInfo
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Sdl.TranslationStudioAutomation.IntegrationApi.DisplayFilters
    Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
    Syntax
    public class DisplayFilterRowInfo

    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
    System.Boolean

    ContainsRevisions

    Returns true if this row contains revision information.

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

    ContainsTQAs

    Returns true if this row contains TQA information.

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

    ContainsTrackChanges

    Returns true if this row contains Track Changes information.

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

    ContextInfo

    Context information derived from the paragraph

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

    IsSegment

    true if this row represents the content of a segment.

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

    RepetitionExcludeFirstOccurrence

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

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

    RepetitionFirstOccurrence

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

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

    SegmentPair

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

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

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action<Window>)

    On this page

    • Constructors
      • DisplayFilterRowInfo()
    • Properties
      • ContainsFeedbackMessages
      • ContainsRevisions
      • ContainsTQAs
      • ContainsTrackChanges
      • ContextInfo
      • IsSegment
      • RepetitionExcludeFirstOccurrence
      • RepetitionFirstOccurrence
      • SegmentPair
    • Extension Methods
    Back to top Generated by DocFX