Class ConcordanceSearchResults
Inheritance
Object
ConcordanceSearchResults
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: Sdl.TranslationStudioAutomation.IntegrationApi.Editor.ConcordanceSearch
Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
Syntax
public class ConcordanceSearchResults
Properties
CascadeMessages
Declaration
public IEnumerable<CascadeMessage> CascadeMessages { get; }
Property Value
Type | Description |
---|---|
IEnumerable<CascadeMessage> |
LookupResults
Declaration
public SearchResults LookupResults { get; }
Property Value
Type | Description |
---|---|
SearchResults |
SearchText
Declaration
public string SearchText { get; }
Property Value
Type | Description |
---|---|
String |
SearchType
Declaration
public ConcordanceSearchType SearchType { get; }
Property Value
Type | Description |
---|---|
ConcordanceSearchType |