Click or drag to resize

IOfflinePolicyInformationService Interface

Represents an offline policy information service

Namespace:  SanteDB.DisconnectedClient.Security
Assembly:  SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax
public interface IOfflinePolicyInformationService : IPolicyInformationService, 
	IServiceImplementation

The IOfflinePolicyInformationService type exposes the following members.

Properties
  NameDescription
Public propertyServiceName
Gets the service name
(Inherited from IServiceImplementation.)
Top
Methods
  NameDescription
Public methodAddPolicies
Adds the specified policies to the specified securable object
(Inherited from IPolicyInformationService.)
Public methodCreatePolicy
Create a local offline policy
Public methodGetPolicies
Get all policies on the system
(Inherited from IPolicyInformationService.)
Public methodGetPolicies(Object)
Get all active policies for the specified securable type
(Inherited from IPolicyInformationService.)
Public methodGetPolicy
Get a specific policy
(Inherited from IPolicyInformationService.)
Public methodGetPolicyInstance
Gets the policy instance for the specified object
(Inherited from IPolicyInformationService.)
Public methodRemovePolicies
Removes the specified policies from the user account
(Inherited from IPolicyInformationService.)
Top
See Also