Interface IStructureItemWithSecurity
- 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; }