Table of Contents

Interface IConceptStructureSecurity

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

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

[JsonPolymorphic(UnknownDerivedTypeHandling = JsonUnknownDerivedTypeHandling.FallBackToBaseType)]
[JsonDerivedType(typeof(ConceptStructureSecurity))]
public interface IConceptStructureSecurity

Properties

Concept

Понятие.

IConcept? Concept { get; set; }

Property Value

IConcept

Rights

Права.

List<IConceptStructureRight>? Rights { get; set; }

Property Value

List<IConceptStructureRight>