Table of Contents

Class Role

Namespace
Ascon.Polynom.Web.Api.Data.Models.Security
Assembly
Ascon.Polynom.Web.Api.Data.dll

Представляет роль.

public class Role : NamedObject, IRole, ISecurityAccessSubject, ISecurityElement, IHaveDescription, IHaveCode, IHaveExternalId, IAccessControlObject, IHaveWriteAccess, IHaveId, INamedObject, IIdentifiableObject, IEquatable<ObjectIdentifier>, IEquatable<IIdentifiableObject>, IHaveName, ICanBeSystemObject
Inheritance
Role
Implements
Inherited Members
Extension Methods

Constructors

Role()

public Role()

Properties

Code

Уникальный код.

public string Code { get; set; }

Property Value

string

Description

Описание.

public string? Description { get; set; }

Property Value

string

ExternalId

Внешний идентификатор

public string ExternalId { get; set; }

Property Value

string

Id

Идентификатор

public string Id { get; set; }

Property Value

string

IsSystemObject

Признак системного объекта.

public bool IsSystemObject { get; set; }

Property Value

bool

WriteAccess

Возвращает признак, открыт ли объект на запись.

public bool WriteAccess { get; set; }

Property Value

bool