Interface IEntryClassPermissions
Namespace: Sdl.MultiTerm.TMO.Interop
Assembly: Sdl.MultiTerm.TMO.Interop.dll
Syntax
[Guid("D5E5C9CF-A81D-407D-AFAD-BFF44C38D2A3")]
public interface IEntryClassPermissions
Properties
_id
Declaration
int _id { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
IsDefault
Declaration
bool IsDefault { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Name
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
Read
Declaration
bool Read { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Write
Declaration
bool Write { get; }
Property Value
Type | Description |
---|---|
System.Boolean |