Click or drag to resize

IOperationalApiResourceHandlerAddOperation Method

Add a property handler

Namespace:  SanteDB.Rest.Common
Assembly:  SanteDB.Rest.Common (in SanteDB.Rest.Common.dll) Version: 2.2.1
Syntax
void AddOperation(
	IApiChildOperation operation
)

Parameters

operation
Type: SanteDB.Rest.CommonIApiChildOperation
The operation to be added to the resource handler
See Also