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 |
---|---|
System.Boolean |
ContainsRevisions
Returns true if this row contains revision information.
Declaration
bool ContainsRevisions { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
ContainsTQAs
Returns true if this row contains TQA information.
Declaration
bool ContainsTQAs { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
ContainsTrackChanges
Returns true if this row contains Track Changes information.
Declaration
bool ContainsTrackChanges { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
ContextInfo
Context information derived from the paragraph
Declaration
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
bool IsSegment { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
RepetitionExcludeFirstOccurrence
Returns true if this row is a repetition; excluding the first occurrence
Declaration
bool RepetitionExcludeFirstOccurrence { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
RepetitionFirstOccurrence
Returns true if this row if the first occurrence of a repetition.
Declaration
bool RepetitionFirstOccurrence { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
SegmentPair
Represents a source and target segment pair in a paragraph unit.
Declaration
ISegmentPair SegmentPair { get; }
Property Value
Type | Description |
---|---|
ISegmentPair |