Class DisplayFilterRowInfo
The properties related to the segment that are filtered through the display filter implementation
Implements
Inherited Members
Namespace: SdlSdl.TranslationStudioAutomationIntegrationApiDisplayFilters
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 |
---|---|
IListIContextInfo |
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 |