Search Results for

    Show / Hide Table of Contents

    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()

    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.

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(object, Action<Window>)
    In this article
    • Constructors
      • AbstractEditingContext()
    • Properties
      • SegmentPair
    • Methods
      • GetAllPrefixes()
    • Extension Methods
    Back to top Generated by DocFX