Click or drag to resize

OperationDemandPolicyBehaviorApplyOperationBehavior Method

Apply the operation behavior

Namespace:  SanteDB.Rest.Common.Security
Assembly:  SanteDB.Rest.Common (in SanteDB.Rest.Common.dll) Version: 2.2.1
Syntax
public void ApplyOperationBehavior(
	EndpointOperation operation,
	OperationDispatcher dispatcher
)

Parameters

operation
Type: RestSrvrEndpointOperation

[Missing <param name="operation"/> documentation for "M:SanteDB.Rest.Common.Security.OperationDemandPolicyBehavior.ApplyOperationBehavior(RestSrvr.EndpointOperation,RestSrvr.OperationDispatcher)"]

dispatcher
Type: RestSrvrOperationDispatcher

[Missing <param name="dispatcher"/> documentation for "M:SanteDB.Rest.Common.Security.OperationDemandPolicyBehavior.ApplyOperationBehavior(RestSrvr.EndpointOperation,RestSrvr.OperationDispatcher)"]

Implements

IOperationBehaviorApplyOperationBehavior(EndpointOperation, OperationDispatcher)
See Also