Interface ITrustee
Описывает параметры безопасности группы учётных записей или учётной записи.
Namespace: Lers.Administration
Assembly: Lers.Core.dll
Syntax
public interface ITrustee
Properties
AllowAllDashboards
Указывает, что для субъекта разрешены все информационные панели.
Declaration
bool AllowAllDashboards { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
AllowAllDiagrams
Указывает что для субъекта безопасности разрешены все мнемосхемы.
Declaration
bool AllowAllDiagrams { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
AllowAllNodes
Указывает, что для субъекта разрешены все объекты.
Declaration
bool AllowAllNodes { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
AllowAllReports
Указывает что для субъекта разрешены все отчёты.
Declaration
bool AllowAllReports { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
IsSystem
Указывает что данный субъект безопасности является системным.
Declaration
bool IsSystem { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
TrusteeId
Идентификатор субъекта безопасности.
Declaration
int TrusteeId { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |