Interface ITermbaseBrowser
Assembly: Sdl.MultiTerm.TMO.Interop.dll
Syntax
[Guid("34F4380A-AF30-4BF8-AEFA-C83632F588A3")]
public interface ITermbaseBrowser
Properties
Direction
Declaration
MtBrowseDirection Direction { get; set; }
Property Value
EntryID
Declaration
int EntryID { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
IgnoreFilter
Declaration
bool IgnoreFilter { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
MaximumTermCount
Declaration
int MaximumTermCount { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
SourceIndex
Declaration
string SourceIndex { get; set; }
Property Value
Type |
Description |
System.String |
|
StartTerm
Declaration
string StartTerm { get; set; }
Property Value
Type |
Description |
System.String |
|
TargetIndex
Declaration
string TargetIndex { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
Execute()
Declaration
Returns