Click or drag to resize

AdoPolicyInformationServiceGetPolicyInstance Method

Get the specified policy instance for the specified object

Namespace: SanteDB.Persistence.Data.Services
Assembly: SanteDB.Persistence.Data (in SanteDB.Persistence.Data.dll) Version: 3.0.2081-alpha+be3dca7062b437ed047a057127f85f12119224b9
Syntax
public IPolicyInstance GetPolicyInstance(
	Object securable,
	string policyOid
)

Parameters

securable  Object
The securable to fetch
policyOid  String
The policy OID

Return Value

IPolicyInstance
The policy instance

Implements

IPolicyInformationServiceGetPolicyInstance(Object, String)
See Also