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: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
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 propertyIsPublic Gets whether the policy is public (can be queried and applied by users - false indicates a system policy)
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