Search Results for

    Show / Hide Table of Contents

    Class AbstractEditingContext

    Base class for the editing context.

    Inheritance
    System.Object
    AbstractEditingContext
    Inherited Members
    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.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
    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
    System.Collections.Generic.IEnumerable<System.String>

    An enumeration containing all the prefixes that may need AutoSuggest.

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action<Window>)

    On this page

    • Constructors
      • AbstractEditingContext()
    • Properties
      • SegmentPair
    • Methods
      • GetAllPrefixes()
    • Extension Methods
    Back to top Generated by DocFX