Class AbstractEditingContext
Base class for the editing context.
Inheritance
Object
AbstractEditingContext
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: Sdl.TranslationStudioAutomation.IntegrationApi.AutoSuggest
Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
Syntax
public abstract class AbstractEditingContext
Constructors
AbstractEditingContext()
Base class for the editing context.
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 |
---|---|
IEnumerable<String> | An enumeration containing all the prefixes that may need AutoSuggest. |