 | IChainedApiResourceHandlerGetChildObject Method |
Fetchs the scoped entity
Namespace: SanteDB.Rest.CommonAssembly: SanteDB.Rest.Common (in SanteDB.Rest.Common.dll) Version: 3.0.2081-alpha+19f573cdc8c56fbc278c5e41a734f011a9baa699
SyntaxObject GetChildObject(
Object scopingEntity,
string propertyName,
Object subItemKey
)
Function GetChildObject (
scopingEntity As Object,
propertyName As String,
subItemKey As Object
) As Object
Object^ GetChildObject(
Object^ scopingEntity,
String^ propertyName,
Object^ subItemKey
)
abstract GetChildObject :
scopingEntity : Object *
propertyName : string *
subItemKey : Object -> Object Parameters
- scopingEntity Object
[Missing <param name="scopingEntity"/> documentation for "M:SanteDB.Rest.Common.IChainedApiResourceHandler.GetChildObject(System.Object,System.String,System.Object)"]
- propertyName String
[Missing <param name="propertyName"/> documentation for "M:SanteDB.Rest.Common.IChainedApiResourceHandler.GetChildObject(System.Object,System.String,System.Object)"]
- subItemKey Object
[Missing <param name="subItemKey"/> documentation for "M:SanteDB.Rest.Common.IChainedApiResourceHandler.GetChildObject(System.Object,System.String,System.Object)"]
Return Value
Object[Missing <returns> documentation for "M:SanteDB.Rest.Common.IChainedApiResourceHandler.GetChildObject(System.Object,System.String,System.Object)"]
See Also