Click or drag to resize

IPolicy Interface

Represents a simple policy

Namespace:  SanteDB.Core.Security
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax
public interface IPolicy

The IPolicy type exposes the following members.

Properties
  NameDescription
Public propertyCanOverride
Gets whether the policy can be overridden
Public propertyIsActive
Gets whether the policy is active
Public propertyKey
Gets the UUID for the policy
Public propertyName
Gets the name of the policy
Public propertyOid
Gets the OID of the policy
Top
See Also