Click or drag to resize

AdoPolicyInformationServiceHasPolicy Method

Return true if the specified object has the specified policy

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

Parameters

securable  Object

[Missing <param name="securable"/> documentation for "M:SanteDB.Persistence.Data.Services.AdoPolicyInformationService.HasPolicy(System.Object,System.String)"]

policyId  String

[Missing <param name="policyId"/> documentation for "M:SanteDB.Persistence.Data.Services.AdoPolicyInformationService.HasPolicy(System.Object,System.String)"]

Return Value

Boolean

[Missing <returns> documentation for "M:SanteDB.Persistence.Data.Services.AdoPolicyInformationService.HasPolicy(System.Object,System.String)"]

Implements

IPolicyInformationServiceHasPolicy(Object, String)
See Also