Class EntryIndexClass
Inheritance
System.Object
EntryIndexClass
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
[Guid("EFFA5864-1DDE-497B-9A51-7416483A15E1")]
[ClassInterface(ClassInterfaceType.None)]
public class EntryIndexClass : EntryIndex, IEntryIndex
Explicit Interface Implementations
IEntryIndex.IndexFields
Declaration
public virtual EntryFields IEntryIndex.IndexFields { get; }
Returns
Type | Description |
---|---|
EntryFields |
IEntryIndex.IndexName
Declaration
public virtual string IEntryIndex.IndexName { get; }
Returns
Type | Description |
---|---|
System.String |
IEntryIndex.ReadOnly
Declaration
public virtual bool IEntryIndex.ReadOnly { get; }
Returns
Type | Description |
---|---|
System.Boolean |
IEntryIndex.Term
Declaration
public virtual string IEntryIndex.Term { get; set; }
Returns
Type | Description |
---|---|
System.String |
IEntryIndex.TermFields
Declaration
public virtual EntryFields IEntryIndex.TermFields { get; }
Returns
Type | Description |
---|---|
EntryFields |