Class TermbaseInformationClass
Inheritance
System.Object
TermbaseInformationClass
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("361AC6A6-E4C9-40E6-A98E-5BAD6CE20B23")]
[ClassInterface(ClassInterfaceType.None)]
public class TermbaseInformationClass : TermbaseInformation, ITermbaseInformation
Explicit Interface Implementations
ITermbaseInformation.CreationDate
Declaration
public virtual string ITermbaseInformation.CreationDate { get; }
Returns
Type | Description |
---|---|
System.String |
ITermbaseInformation.Description
Declaration
public virtual string ITermbaseInformation.Description { get; }
Returns
Type | Description |
---|---|
System.String |
ITermbaseInformation.Name
Declaration
public virtual string ITermbaseInformation.Name { get; }
Returns
Type | Description |
---|---|
System.String |
ITermbaseInformation.NumberOfEntriesInIndex[String]
Declaration
public virtual int ITermbaseInformation.NumberOfEntriesInIndex { get; }
Parameters
Type | Name | Description |
---|---|---|
System.String | Index |
Returns
Type | Description |
---|---|
System.Int32 |
ITermbaseInformation.Path
Declaration
public virtual string ITermbaseInformation.Path { get; }
Returns
Type | Description |
---|---|
System.String |
ITermbaseInformation.Refresh()
Declaration
public virtual void ITermbaseInformation.Refresh()
ITermbaseInformation.Size
Declaration
public virtual string ITermbaseInformation.Size { get; }
Returns
Type | Description |
---|---|
System.String |
ITermbaseInformation.TotalNumberOfEntries
Declaration
public virtual int ITermbaseInformation.TotalNumberOfEntries { get; }
Returns
Type | Description |
---|---|
System.Int32 |