| 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
)
Public Overridable Sub AddChildResource (
property As IApiChildResourceHandler
)
public:
virtual void AddChildResource(
IApiChildResourceHandler^ property
)
abstract AddChildResource :
property : IApiChildResourceHandler -> unit
override AddChildResource :
property : IApiChildResourceHandler -> unit
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