Click or drag to resize

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
)

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