Click or drag to resize

IOperationalApiResourceHandlerTryGetOperation Method

Try to get chianed resource

Namespace:  SanteDB.Rest.Common
Assembly:  SanteDB.Rest.Common (in SanteDB.Rest.Common.dll) Version: 2.2.1
Syntax
bool TryGetOperation(
	string operationName,
	ChildObjectScopeBinding bindingType,
	out IApiChildOperation operationHandler
)

Parameters

operationName
Type: SystemString
The property name to obtain
bindingType
Type: SanteDB.Core.InteropChildObjectScopeBinding
The type of binding
operationHandler
Type: SanteDB.Rest.CommonIApiChildOperation
The operation handler

Return Value

Type: Boolean

[Missing <returns> documentation for "M:SanteDB.Rest.Common.IOperationalApiResourceHandler.TryGetOperation(System.String,SanteDB.Core.Interop.ChildObjectScopeBinding,SanteDB.Rest.Common.IApiChildOperation@)"]

See Also