Search Results for

    Show / Hide Table of Contents

    Class SearchResultWithTermbaseName

    Search Results, for providers which support multiple termbases.

    Inheritance
    object
    SearchResult
    SearchResultWithTermbaseName
    Inherited Members
    SearchResult.Id
    SearchResult.Text
    SearchResult.Score
    SearchResult.Language
    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 SearchResultWithTermbaseName : SearchResult

    Constructors

    SearchResultWithTermbaseName()

    Declaration
    public SearchResultWithTermbaseName()

    Properties

    TermbaseName

    The name of the termbase in a provider that supports multiple termbases

    Declaration
    public string TermbaseName { get; set; }
    Property Value
    Type Description
    string
    In this article
    • Constructors
      • SearchResultWithTermbaseName()
    • Properties
      • TermbaseName
    Back to top Generated by DocFX