Click or drag to resize

IHandledPolicy Interface

Represents an OpenImmunize policy

Namespace: SanteDB.Core.Security
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
public interface IHandledPolicy : IPolicy

The IHandledPolicy type exposes the following members.

Properties
 NameDescription
Public propertyCanOverride Gets whether the policy can be overridden
(Inherited from IPolicy)
Public propertyHandler The handler
Public propertyIsActive Gets whether the policy is active
(Inherited from IPolicy)
Public propertyIsPublic Gets whether the policy is public (can be queried and applied by users - false indicates a system policy)
(Inherited from IPolicy)
Public propertyKey Gets the UUID for the policy
(Inherited from IPolicy)
Public propertyName Gets the name of the policy
(Inherited from IPolicy)
Public propertyOid Gets the OID of the policy
(Inherited from IPolicy)
Top
See Also