Interface IEntryIndexes
Assembly: Sdl.MultiTerm.TMO.Interop.dll
Syntax
[Guid("D3A93CA9-D179-432B-BDF3-07296CBD4C00")]
public interface IEntryIndexes : IEnumerable
Properties
Count
Declaration
Property Value
Type |
Description |
System.Int32 |
|
Item[Object]
Declaration
EntryIndex this[object Index] { get; }
Parameters
Type |
Name |
Description |
System.Object |
Index |
|
Property Value
Methods
Add(String, String)
Declaration
EntryIndex Add(string IndexName, string Term)
Parameters
Type |
Name |
Description |
System.String |
IndexName |
|
System.String |
Term |
|
Returns
GetEnumerator()
Declaration
IEnumerator GetEnumerator()
Returns
Type |
Description |
System.Collections.IEnumerator |
|