Interface IStructureSecurity
- Assembly
- Ascon.Polynom.Web.Api.Data.dll
Настройки безопасности элемента структуры.
[JsonPolymorphic(UnknownDerivedTypeHandling = JsonUnknownDerivedTypeHandling.FallBackToBaseType)]
[JsonDerivedType(typeof(StructureSecurity))]
public interface IStructureSecurity : IAccessControlObject, IIdentifiableObject, IEquatable<ObjectIdentifier>, IEquatable<IIdentifiableObject>, IHaveWriteAccess
- Inherited Members
- Extension Methods
Properties
StructureItem
Элемент структуры.
IStructureItemWithSecurity StructureItem { get; set; }