 | AppletSolutionContentChildHandler Constructor |
Creates a new content child handler
Namespace: SanteDB.Rest.AMI.ChildResourcesAssembly: SanteDB.Rest.AMI (in SanteDB.Rest.AMI.dll) Version: 3.0.2081-alpha+19f573cdc8c56fbc278c5e41a734f011a9baa699
Syntaxpublic AppletSolutionContentChildHandler(
IAppletSolutionManagerService solutionManager,
IAppletManagerService appletManager
)
Public Sub New (
solutionManager As IAppletSolutionManagerService,
appletManager As IAppletManagerService
)
public:
AppletSolutionContentChildHandler(
IAppletSolutionManagerService^ solutionManager,
IAppletManagerService^ appletManager
)
new :
solutionManager : IAppletSolutionManagerService *
appletManager : IAppletManagerService -> AppletSolutionContentChildHandlerParameters
- solutionManager IAppletSolutionManagerService
- The solution manager
- appletManager IAppletManagerService
- The applet manager
See Also