Search Results for

    Show / Hide Table of Contents

    Interface ITerminologyProviderViewerWinFormsUI

    Namespace: Sdl.Terminology.TerminologyProvider.Core
    Assembly: Sdl.Terminology.TerminologyProvider.Core.dll
    Syntax
    public interface ITerminologyProviderViewerWinFormsUI

    Properties

    Control

    Declaration
    Control Control { get; }
    Property Value
    Type Description
    System.Windows.Forms.Control

    Initialized

    Declaration
    bool Initialized { get; }
    Property Value
    Type Description
    System.Boolean

    SelectedTerm

    Declaration
    IEntry SelectedTerm { get; set; }
    Property Value
    Type Description
    IEntry

    Methods

    AddAndEditTerm(IEntry, String, String)

    Declaration
    void AddAndEditTerm(IEntry term, string source, string target)
    Parameters
    Type Name Description
    IEntry term
    System.String source
    System.String target

    AddTerm(String, String)

    Declaration
    void AddTerm(string source, string target)
    Parameters
    Type Name Description
    System.String source
    System.String target

    EditTerm(IEntry)

    Declaration
    void EditTerm(IEntry term)
    Parameters
    Type Name Description
    IEntry term

    Initialize(ITerminologyProvider, CultureInfo, CultureInfo)

    Declaration
    void Initialize(ITerminologyProvider terminologyProvider, CultureInfo source, CultureInfo target)
    Parameters
    Type Name Description
    ITerminologyProvider terminologyProvider
    System.Globalization.CultureInfo source
    System.Globalization.CultureInfo target

    JumpToTerm(IEntry)

    Declaration
    void JumpToTerm(IEntry entry)
    Parameters
    Type Name Description
    IEntry entry

    Release()

    Declaration
    void Release()

    SupportsTerminologyProviderUri(Uri)

    Declaration
    bool SupportsTerminologyProviderUri(Uri terminologyProviderUri)
    Parameters
    Type Name Description
    System.Uri terminologyProviderUri
    Returns
    Type Description
    System.Boolean

    Events

    SelectedTermChanged

    Declaration
    event EventHandler<EntryEventArgs> SelectedTermChanged
    Event Type
    Type Description
    System.EventHandler<EntryEventArgs>

    TermChanged

    Declaration
    event EventHandler TermChanged
    Event Type
    Type Description
    System.EventHandler

    On this page

    • Properties
      • Control
      • Initialized
      • SelectedTerm
    • Methods
      • AddAndEditTerm(IEntry, String, String)
      • AddTerm(String, String)
      • EditTerm(IEntry)
      • Initialize(ITerminologyProvider, CultureInfo, CultureInfo)
      • JumpToTerm(IEntry)
      • Release()
      • SupportsTerminologyProviderUri(Uri)
    • Events
      • SelectedTermChanged
      • TermChanged
    Back to top Generated by DocFX