Interface IPermission
Разрешение.
Inherited Members
Namespace: Ascon.Polynom.Api
Assembly: Ascon.Polynom.Api.dll
Syntax
public interface IPermission : IAbleToHaveChangeableName, IAbleToHaveName, IAbleToHaveDescription, ICodeableApiObject, IDeleteableApiObject, IAbleToHaveId, IApiObject, IApiEntity, INotifyPropertyChanged
Properties
CurrentUserHasPermission
Возвращает признак имеет ли текущий пользователь данное разрешение.
Declaration
bool CurrentUserHasPermission { get; }
Property Value
| Type | Description |
|---|---|
| bool |
PermissionItems
Возвращает элементы разрешения.
Declaration
IApiReadOnlyCollection<IPermissionItem> PermissionItems { get; }
Property Value
| Type | Description |
|---|---|
| IApiReadOnlyCollection<IPermissionItem> |