Table of Contents

Interface ISecurityElement

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

Базовый класс безопасности.

[JsonPolymorphic(UnknownDerivedTypeHandling = JsonUnknownDerivedTypeHandling.FallBackToBaseType)]
[JsonDerivedType(typeof(SecurityElement))]
public interface ISecurityElement : IHaveDescription, IHaveCode, IHaveExternalId, IAccessControlObject, IIdentifiableObject, IEquatable<ObjectIdentifier>, IEquatable<IIdentifiableObject>, IHaveWriteAccess
Inherited Members
Extension Methods