| 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
)
Function TryGetOperation (
operationName As String,
bindingType As ChildObjectScopeBinding,
<OutAttribute> ByRef operationHandler As IApiChildOperation
) As Boolean
bool TryGetOperation(
String^ operationName,
ChildObjectScopeBinding bindingType,
[OutAttribute] IApiChildOperation^% operationHandler
)
abstract TryGetOperation :
operationName : string *
bindingType : ChildObjectScopeBinding *
operationHandler : IApiChildOperation byref -> bool
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