Table of Contents

Interface IStructureConceptSecurity

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

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

[JsonPolymorphic(UnknownDerivedTypeHandling = JsonUnknownDerivedTypeHandling.FallBackToBaseType)]
[JsonDerivedType(typeof(StructureConceptSecurity))]
public interface IStructureConceptSecurity : IAccessControlObject, IIdentifiableObject, IEquatable<ObjectIdentifier>, IEquatable<IIdentifiableObject>, IHaveWriteAccess
Inherited Members
Extension Methods

Properties

Concept

Понятие.

IConcept Concept { get; set; }

Property Value

IConcept

Rights

Права.

List<IStructureConceptRight> Rights { get; set; }

Property Value

List<IStructureConceptRight>

StructureSecurity

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

IStructureSecurity StructureSecurity { get; set; }

Property Value

IStructureSecurity