Search Results for

    Show / Hide Table of Contents

    Interface ISearchResult

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

    Properties

    Id

    Declaration
    int Id { get; }
    Property Value
    Type Description
    System.Int32

    Language

    Declaration
    ILanguage Language { get; }
    Property Value
    Type Description
    ILanguage

    Score

    Declaration
    int Score { get; }
    Property Value
    Type Description
    System.Int32

    Text

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

    On this page

    • Properties
      • Id
      • Language
      • Score
      • Text
    Back to top Generated by DocFX