Search Results for

    Show / Hide Table of Contents

    Class SearchResult

    Termbase search results.

    Inheritance
    object
    SearchResult
    SearchMarkupResult
    SearchResultWithTermbaseName
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Sdl.Terminology.TerminologyProvider.Core
    Assembly: Sdl.Terminology.TerminologyProvider.Core.dll
    Syntax
    public class SearchResult

    Constructors

    SearchResult()

    Declaration
    public SearchResult()

    Properties

    Id

    Unique id to access it

    Declaration
    public int Id { get; set; }
    Property Value
    Type Description
    int

    Language

    The language of the result

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

    Score

    Qualify the match

    Declaration
    public int Score { get; set; }
    Property Value
    Type Description
    int

    Text

    The translated text

    Declaration
    public string Text { get; set; }
    Property Value
    Type Description
    string
    In this article
    • Constructors
      • SearchResult()
    • Properties
      • Id
      • Language
      • Score
      • Text
    Back to top Generated by DocFX