Class SearchResult
Termbase search results.
Inherited Members
Namespace: SdlSdl.TerminologySdl.Terminology.TerminologyProviderCore
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 |