Interface IAccountableSecurityElementsContainer
Контейнер ответственных за заявку элементов безопасности.
Inherited Members
Namespace: Ascon.Polynom.Api
Assembly: Ascon.Polynom.Api.dll
Syntax
public interface IAccountableSecurityElementsContainer : IApiObject, IApiEntity, INotifyPropertyChanged
Properties
AccountableSecurityElementsContainerOwner
Владелец контейнера.
Declaration
IAccountableSecurityElementsContainerOwner AccountableSecurityElementsContainerOwner { get; }
Property Value
| Type | Description |
|---|---|
| IAccountableSecurityElementsContainerOwner |
IsReadOnly
Возвращает признак, что контейнер только для чтения.
Declaration
bool IsReadOnly { get; }
Property Value
| Type | Description |
|---|---|
| bool |
SecurityElements
Элементы безопасности.
Declaration
IApiReadOnlyCollection<ISecurityElement> SecurityElements { get; }
Property Value
| Type | Description |
|---|---|
| IApiReadOnlyCollection<ISecurityElement> |
Methods
AddSecurityElement(ISecurityElement)
Добавить элемент безопасности.
Declaration
bool AddSecurityElement(ISecurityElement securityElement)
Parameters
| Type | Name | Description |
|---|---|---|
| ISecurityElement | securityElement | Элемент безопасности. |
Returns
| Type | Description |
|---|---|
| bool |
|
CanAddSecurityElement(ISecurityElement)
Возвращает признак, можно ли добавить элемент безопасности в контейнер.
Declaration
bool CanAddSecurityElement(ISecurityElement securityElement)
Parameters
| Type | Name | Description |
|---|---|---|
| ISecurityElement | securityElement | Элемент безопасности. |
Returns
| Type | Description |
|---|---|
| bool |
|
CanRemoveSecurityElement(ISecurityElement)
Возвращает признак, можно ли удалить элемент безопасности из контейнера.
Declaration
bool CanRemoveSecurityElement(ISecurityElement securityElement)
Parameters
| Type | Name | Description |
|---|---|---|
| ISecurityElement | securityElement | Элемент безопасности. |
Returns
| Type | Description |
|---|---|
| bool |
|
RemoveSecurityElement(ISecurityElement)
Удалить элемент безопасности.
Declaration
bool RemoveSecurityElement(ISecurityElement securityElement)
Parameters
| Type | Name | Description |
|---|---|---|
| ISecurityElement | securityElement | Элемент безопасности. |
Returns
| Type | Description |
|---|---|
| bool |
|