Class SearchInfoClass
Inheritance
System.Object
SearchInfoClass
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Sdl.MultiTerm.TMO.Interop
Assembly: Sdl.MultiTerm.TMO.Interop.dll
Syntax
[ClassInterface(ClassInterfaceType.None)]
[Guid("0131B20B-7BA9-4940-A2E2-5BA6E9BB9379")]
public class SearchInfoClass : SearchInfo, ISearchInfo
Explicit Interface Implementations
ISearchInfo.ErrorCode
Declaration
public virtual int ISearchInfo.ErrorCode { get; }
Returns
Type | Description |
---|---|
System.Int32 |
ISearchInfo.ErrorMessage
Declaration
public virtual string ISearchInfo.ErrorMessage { get; }
Returns
Type | Description |
---|---|
System.String |
ISearchInfo.HitsFound
Declaration
public virtual bool ISearchInfo.HitsFound { get; }
Returns
Type | Description |
---|---|
System.Boolean |
ISearchInfo.SourceIndex
Declaration
public virtual string ISearchInfo.SourceIndex { get; }
Returns
Type | Description |
---|---|
System.String |
ISearchInfo.SourceLocale
Declaration
public virtual string ISearchInfo.SourceLocale { get; }
Returns
Type | Description |
---|---|
System.String |
ISearchInfo.TargetIndex
Declaration
public virtual string ISearchInfo.TargetIndex { get; }
Returns
Type | Description |
---|---|
System.String |
ISearchInfo.TargetLocale
Declaration
public virtual string ISearchInfo.TargetLocale { get; }
Returns
Type | Description |
---|---|
System.String |
ISearchInfo.TermbaseName
Declaration
public virtual string ISearchInfo.TermbaseName { get; }
Returns
Type | Description |
---|---|
System.String |