Class AbstractEditingContext
Base class for the editing context.
Inherited Members
Namespace: SdlSdl.TranslationStudioAutomationIntegrationApiAutoSuggest
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 |
---|---|
ISegmentPair |
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 |
---|---|
IEnumerablestring | An enumeration containing all the prefixes that may need AutoSuggest. |