Class LockedEntryInfoClass
Inheritance
System.Object
LockedEntryInfoClass
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
[ClassInterface(ClassInterfaceType.None)]
[Guid("D72077F1-36D9-4163-9477-459501F88432")]
public class LockedEntryInfoClass : LockedEntryInfo, ILockedEntryInfo
Explicit Interface Implementations
ILockedEntryInfo.ConceptId
Declaration
public virtual int ILockedEntryInfo.ConceptId { get; }
Returns
Type | Description |
---|---|
System.Int32 |
ILockedEntryInfo.Date
Declaration
public virtual DateTime ILockedEntryInfo.Date { get; }
Returns
Type | Description |
---|---|
System.DateTime |
ILockedEntryInfo.UserName
Declaration
public virtual string ILockedEntryInfo.UserName { get; }
Returns
Type | Description |
---|---|
System.String |