Class SearchResult
Termbase search results.
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()
Termbase search results.
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 |