Table of Contents

Class SecurityElement

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

Базовый класс безопасности.

public class SecurityElement : AccessControlObject, ISecurityElement, IHaveDescription, IHaveCode, IHaveExternalId, IAccessControlObject, IIdentifiableObject, IEquatable<ObjectIdentifier>, IEquatable<IIdentifiableObject>, IHaveWriteAccess
Inheritance
SecurityElement
Implements
Derived
Inherited Members
Extension Methods

Constructors

SecurityElement()

public SecurityElement()

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