Table of Contents

Class StructureItemWithSecurity

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

Элемент структуры с настройками доступа.

public class StructureItemWithSecurity : AccessControlObject, IStructureItemWithSecurity, IHaveId, IAccessControlObject, IIdentifiableObject, IEquatable<ObjectIdentifier>, IEquatable<IIdentifiableObject>, IHaveWriteAccess
Inheritance
StructureItemWithSecurity
Implements
Inherited Members
Extension Methods

Constructors

StructureItemWithSecurity()

public StructureItemWithSecurity()

Properties

Id

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

public string Id { get; set; }

Property Value

string

Security

Настройки доступа элемента структуры.

public IIdentifiableObject Security { get; set; }

Property Value

IIdentifiableObject