| IChainedApiResourceHandlerTryGetChainedResource 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 TryGetChainedResource(
string propertyName,
ChildObjectScopeBinding bindingType,
out IApiChildResourceHandler childHandler
)
Function TryGetChainedResource (
propertyName As String,
bindingType As ChildObjectScopeBinding,
<OutAttribute> ByRef childHandler As IApiChildResourceHandler
) As Boolean
bool TryGetChainedResource(
String^ propertyName,
ChildObjectScopeBinding bindingType,
[OutAttribute] IApiChildResourceHandler^% childHandler
)
abstract TryGetChainedResource :
propertyName : string *
bindingType : ChildObjectScopeBinding *
childHandler : IApiChildResourceHandler byref -> bool
Parameters
- propertyName
- Type: SystemString
The property name to obtain - bindingType
- Type: SanteDB.Core.InteropChildObjectScopeBinding
The type of binding - childHandler
- Type: SanteDB.Rest.CommonIApiChildResourceHandler
The child handler
Return Value
Type:
Boolean[Missing <returns> documentation for "M:SanteDB.Rest.Common.IChainedApiResourceHandler.TryGetChainedResource(System.String,SanteDB.Core.Interop.ChildObjectScopeBinding,SanteDB.Rest.Common.IApiChildResourceHandler@)"]
See Also