Interface ICatalogSecurity
Настройки безопасности каталога.
Inherited Members
Namespace: Ascon.Polynom.Api
Assembly: Ascon.Polynom.Api.dll
Syntax
public interface ICatalogSecurity : IStructureSecurity, IApiObject, IApiEntity, INotifyPropertyChanged
Methods
AddRightAsync(ISecurityAccessSubject)
Добавляет новое право для указанного субъекта доступа асинхронно.
Declaration
IAsyncOperation<IStructureRight> AddRightAsync(ISecurityAccessSubject subject)
Parameters
| Type | Name | Description |
|---|---|---|
| ISecurityAccessSubject | subject | Субъект доступа. |
Returns
| Type | Description |
|---|---|
| IAsyncOperation<IStructureRight> | Асинхронная операция добавления. |
RemoveRightAsync(ISecurityAccessSubject)
Удаляет право для указанного субъекта доступа.
Declaration
IAsyncOperation RemoveRightAsync(ISecurityAccessSubject subject)
Parameters
| Type | Name | Description |
|---|---|---|
| ISecurityAccessSubject | subject | Субъект доступа. |
Returns
| Type | Description |
|---|---|
| IAsyncOperation | Асинхронная операция удаления. |