| AppletSolutionContentChildHandler Constructor |
Creates a new content child handler
Namespace:
SanteDB.Rest.AMI.ChildResources
Assembly:
SanteDB.Rest.AMI (in SanteDB.Rest.AMI.dll) Version: 2.2.1
Syntax public AppletSolutionContentChildHandler(
IAppletSolutionManagerService solutionManager
)
Public Sub New (
solutionManager As IAppletSolutionManagerService
)
public:
AppletSolutionContentChildHandler(
IAppletSolutionManagerService^ solutionManager
)
new :
solutionManager : IAppletSolutionManagerService -> AppletSolutionContentChildHandler
Parameters
- solutionManager
- Type: SanteDB.Core.Applets.ServicesIAppletSolutionManagerService
The solution manager
See Also