Table of Contents

Interface IStructureItemWithSecurity

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

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

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

Properties

Security

Возвращает настройки доступа элемента структуры.

IIdentifiableObject Security { get; set; }

Property Value

IIdentifiableObject