Interface IStructureRight
Настройка безопасности каталога.
Inherited Members
Namespace: Ascon.Polynom.Api
Assembly: Ascon.Polynom.Api.dll
Syntax
public interface IStructureRight : IApiObject, IApiEntity, INotifyPropertyChanged
Properties
CanChangeCreatingDeleting
Возвращает признак того, можно ли изменить значение CreatingDeleting.
Declaration
bool CanChangeCreatingDeleting { get; }
Property Value
| Type | Description |
|---|---|
| bool |
CanChangeRead
Возвращает признак того, можно ли изменить значение Read.
Declaration
bool CanChangeRead { get; }
Property Value
| Type | Description |
|---|---|
| bool |
CanChangeReadWrite
Возвращает признак того, можно ли изменить значение ReadWrite.
Declaration
bool CanChangeReadWrite { get; }
Property Value
| Type | Description |
|---|---|
| bool |
CreatingDeleting
Право на создание и удаление.
Declaration
bool CreatingDeleting { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
IsOverriddenByReferenceAdministratorRight
Возвращает признак того, что право перекрыто привилегией Администратор справочника.
Declaration
bool IsOverriddenByReferenceAdministratorRight { get; }
Property Value
| Type | Description |
|---|---|
| bool |
Read
Право на чтение.
Declaration
bool Read { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
ReadWrite
Право на чтение и запись.
Declaration
bool ReadWrite { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
Subject
Субъект доступа.
Declaration
ISecurityAccessSubject Subject { get; }
Property Value
| Type | Description |
|---|---|
| ISecurityAccessSubject |