Search Results for

    Show / Hide Table of Contents

    Interface ITerminologyProvider

    Inherited Members
    System.IDisposable.Dispose()
    Namespace: Sdl.Terminology.TerminologyProvider.Core
    Assembly: Sdl.Terminology.TerminologyProvider.Core.dll
    Syntax
    public interface ITerminologyProvider : IDisposable

    Properties

    Definition

    Declaration
    IDefinition Definition { get; }
    Property Value
    Type Description
    IDefinition

    Description

    Declaration
    string Description { get; }
    Property Value
    Type Description
    System.String

    Id

    Declaration
    string Id { get; }
    Property Value
    Type Description
    System.String

    IsReadOnly

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

    Name

    Declaration
    string Name { get; }
    Property Value
    Type Description
    System.String

    SearchEnabled

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

    Type

    Declaration
    TerminologyProviderType Type { get; }
    Property Value
    Type Description
    TerminologyProviderType

    Uri

    Declaration
    Uri Uri { get; }
    Property Value
    Type Description
    System.Uri

    Methods

    GetEntry(Int32)

    Declaration
    IEntry GetEntry(int id)
    Parameters
    Type Name Description
    System.Int32 id
    Returns
    Type Description
    IEntry

    GetEntry(Int32, IEnumerable<ILanguage>)

    Declaration
    IEntry GetEntry(int id, IEnumerable<ILanguage> languages)
    Parameters
    Type Name Description
    System.Int32 id
    System.Collections.Generic.IEnumerable<ILanguage> languages
    Returns
    Type Description
    IEntry

    GetLanguages()

    Declaration
    IList<ILanguage> GetLanguages()
    Returns
    Type Description
    System.Collections.Generic.IList<ILanguage>

    Search(String, ILanguage, ILanguage, Int32, SearchMode, Boolean)

    Declaration
    IList<ISearchResult> Search(string text, ILanguage source, ILanguage destination, int maxResultsCount, SearchMode mode, bool targetRequired)
    Parameters
    Type Name Description
    System.String text
    ILanguage source
    ILanguage destination
    System.Int32 maxResultsCount
    SearchMode mode
    System.Boolean targetRequired
    Returns
    Type Description
    System.Collections.Generic.IList<ISearchResult>

    SetDefault(Boolean)

    Declaration
    void SetDefault(bool value)
    Parameters
    Type Name Description
    System.Boolean value

    On this page

    • Properties
      • Definition
      • Description
      • Id
      • IsReadOnly
      • Name
      • SearchEnabled
      • Type
      • Uri
    • Methods
      • GetEntry(Int32)
      • GetEntry(Int32, IEnumerable<ILanguage>)
      • GetLanguages()
      • Search(String, ILanguage, ILanguage, Int32, SearchMode, Boolean)
      • SetDefault(Boolean)
    Back to top Generated by DocFX