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
    Int32

    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
    Int32

    Text

    The translated text

    Declaration
    public string Text { get; set; }
    Property Value
    Type Description
    String
    In this article
    Back to top Generated by DocFX