Class DocumentFilterEventArgs
Inheritance
System.Object
System.EventArgs
DocumentFilterEventArgs
Inherited Members
System.EventArgs.Empty
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
Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
Syntax
public class DocumentFilterEventArgs : EventArgs
Properties
DisplayFilter
Get the active Display Filter
The result will be null if the filter that has been applied on the document is derived from the internal provider. This should permit the developer to differentiate between the internal system filter provider and their own implementation and/or multiple implementations of the interface.
Declaration
public IDisplayFilter DisplayFilter { get; set; }
Property Value
Type | Description |
---|---|
IDisplayFilter |
FilteredSegmentPairsCount
The filtered document segment pairs count
Declaration
public int FilteredSegmentPairsCount { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
TotalSegmentPairsCount
The total document segment pairs count
Declaration
public int TotalSegmentPairsCount { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |