Click or drag to resize

AppletSolutionResourceHandlerAddChildObject Method

Add a child object instance

Namespace:  SanteDB.Rest.AMI.Resources
Assembly:  SanteDB.Rest.AMI (in SanteDB.Rest.AMI.dll) Version: 2.2.1
Syntax
public Object AddChildObject(
	Object scopingEntityKey,
	string propertyName,
	Object scopedItem
)

Parameters

scopingEntityKey
Type: SystemObject

[Missing <param name="scopingEntityKey"/> documentation for "M:SanteDB.Rest.AMI.Resources.AppletSolutionResourceHandler.AddChildObject(System.Object,System.String,System.Object)"]

propertyName
Type: SystemString

[Missing <param name="propertyName"/> documentation for "M:SanteDB.Rest.AMI.Resources.AppletSolutionResourceHandler.AddChildObject(System.Object,System.String,System.Object)"]

scopedItem
Type: SystemObject

[Missing <param name="scopedItem"/> documentation for "M:SanteDB.Rest.AMI.Resources.AppletSolutionResourceHandler.AddChildObject(System.Object,System.String,System.Object)"]

Return Value

Type: Object

[Missing <returns> documentation for "M:SanteDB.Rest.AMI.Resources.AppletSolutionResourceHandler.AddChildObject(System.Object,System.String,System.Object)"]

Implements

IChainedApiResourceHandlerAddChildObject(Object, String, Object)
See Also