Class EntryClassPermissionsClass
Inheritance
System.Object
EntryClassPermissionsClass
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("F3E2C329-F422-421D-A84D-964E235FF88B")]
[ClassInterface(ClassInterfaceType.None)]
public class EntryClassPermissionsClass : EntryClassPermissions, IEntryClassPermissions
Explicit Interface Implementations
IEntryClassPermissions._id
Declaration
public virtual int IEntryClassPermissions._id { get; }
Returns
Type | Description |
---|---|
System.Int32 |
IEntryClassPermissions.IsDefault
Declaration
public virtual bool IEntryClassPermissions.IsDefault { get; }
Returns
Type | Description |
---|---|
System.Boolean |
IEntryClassPermissions.Name
Declaration
public virtual string IEntryClassPermissions.Name { get; }
Returns
Type | Description |
---|---|
System.String |
IEntryClassPermissions.Read
Declaration
public virtual bool IEntryClassPermissions.Read { get; }
Returns
Type | Description |
---|---|
System.Boolean |
IEntryClassPermissions.Write
Declaration
public virtual bool IEntryClassPermissions.Write { get; }
Returns
Type | Description |
---|---|
System.Boolean |