Interface IEntryFields
Assembly: Sdl.MultiTerm.TMO.Interop.dll
Syntax
[Guid("BCE64559-7892-4368-B3C2-6923D2B40BD2")]
public interface IEntryFields : IEnumerable
Properties
Count
Declaration
Property Value
Type |
Description |
System.Int32 |
|
Item[Object]
Declaration
EntryField this[object Index] { get; }
Parameters
Type |
Name |
Description |
System.Object |
Index |
|
Property Value
Methods
Add(String, Object)
Declaration
EntryField Add(string FieldName, object Value)
Parameters
Type |
Name |
Description |
System.String |
FieldName |
|
System.Object |
Value |
|
Returns
GetEnumerator()
Declaration
IEnumerator GetEnumerator()
Returns
Type |
Description |
System.Collections.IEnumerator |
|