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: 2.2.1
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 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