Click or drag to resize

SecurityEntityResourceHandlerTSecurityEntityAddChildResource Method

Add a child resource

Namespace:  SanteDB.Rest.AMI.Resources
Assembly:  SanteDB.Rest.AMI (in SanteDB.Rest.AMI.dll) Version: 2.2.1
Syntax
public virtual void AddChildResource(
	IApiChildResourceHandler property
)

Parameters

property
Type: SanteDB.Rest.CommonIApiChildResourceHandler

[Missing <param name="property"/> documentation for "M:SanteDB.Rest.AMI.Resources.SecurityEntityResourceHandler`1.AddChildResource(SanteDB.Rest.Common.IApiChildResourceHandler)"]

Implements

IChainedApiResourceHandlerAddChildResource(IApiChildResourceHandler)
See Also