Click or drag to resize

ISecurable Interface

Represents a data model class which can be used as a securable

Namespace:  SanteDB.Core.Model.Interfaces
Assembly:  SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 2.2.1
Syntax
public interface ISecurable

The ISecurable type exposes the following members.

Properties
  NameDescription
Public propertyPolicies
Policies
Top
Methods
  NameDescription
Public methodAddPolicy
Add a policy to the instance
Public methodHasPolicy
True if the object has the policy applied
Top
See Also