Class AbstractEditingContext
Base class for the editing context.
Inherited Members
Namespace: Sdl.TranslationStudioAutomation .IntegrationApi .AutoSuggest
Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
Syntax
public abstract class AbstractEditingContext
Constructors
AbstractEditingContext()
Declaration
protected AbstractEditingContext()
Properties
SegmentPair
SegmentPair property represents the segment pair.
Declaration
public ISegmentPair SegmentPair { get; set; }
Property Value
Type | Description |
---|---|
ISegment |
Methods
GetAllPrefixes()
A helper method that may be used to retrive all the prefixes that may need AutoSuggest.///
Declaration
public abstract IEnumerable<string> GetAllPrefixes()
Returns
Type | Description |
---|---|
IEnumerable<string> | An enumeration containing all the prefixes that may need AutoSuggest. |