Interface IPermissionItem
Элемент разрешения.
Inherited Members
Namespace: Ascon.Polynom.Api
Assembly: Ascon.Polynom.Api.dll
Syntax
public interface IPermissionItem : IApiObject, IApiEntity, INotifyPropertyChanged
Properties
Permission
Возвращает разрешение.
Declaration
IPermission Permission { get; }
Property Value
| Type | Description |
|---|---|
| IPermission |
Role
Возвращает роль.
Declaration
IRole Role { get; }
Property Value
| Type | Description |
|---|---|
| IRole |
Value
Возвращает или задает значение.
Declaration
bool Value { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |