Click or drag to resize

ClientAppletManagerService Constructor

DI constructor

Namespace: SanteDB.Client.Batteries.Services
Assembly: SanteDB.Client.Batteries (in SanteDB.Client.Batteries.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntax
public ClientAppletManagerService(
	IConfigurationManager configurationManager,
	IAppletHostBridgeProvider bridgeProvider,
	IUserInterfaceInteractionProvider userInterfaceInteractionProvider,
	IPlatformSecurityProvider platformSecurityProvider
)

Parameters

configurationManager  IConfigurationManager

[Missing <param name="configurationManager"/> documentation for "M:SanteDB.Client.Batteries.Services.ClientAppletManagerService.#ctor(SanteDB.Core.Services.IConfigurationManager,SanteDB.Client.Services.IAppletHostBridgeProvider,SanteDB.Client.UserInterface.IUserInterfaceInteractionProvider,SanteDB.Core.Security.IPlatformSecurityProvider)"]

bridgeProvider  IAppletHostBridgeProvider

[Missing <param name="bridgeProvider"/> documentation for "M:SanteDB.Client.Batteries.Services.ClientAppletManagerService.#ctor(SanteDB.Core.Services.IConfigurationManager,SanteDB.Client.Services.IAppletHostBridgeProvider,SanteDB.Client.UserInterface.IUserInterfaceInteractionProvider,SanteDB.Core.Security.IPlatformSecurityProvider)"]

userInterfaceInteractionProvider  IUserInterfaceInteractionProvider

[Missing <param name="userInterfaceInteractionProvider"/> documentation for "M:SanteDB.Client.Batteries.Services.ClientAppletManagerService.#ctor(SanteDB.Core.Services.IConfigurationManager,SanteDB.Client.Services.IAppletHostBridgeProvider,SanteDB.Client.UserInterface.IUserInterfaceInteractionProvider,SanteDB.Core.Security.IPlatformSecurityProvider)"]

platformSecurityProvider  IPlatformSecurityProvider

[Missing <param name="platformSecurityProvider"/> documentation for "M:SanteDB.Client.Batteries.Services.ClientAppletManagerService.#ctor(SanteDB.Core.Services.IConfigurationManager,SanteDB.Client.Services.IAppletHostBridgeProvider,SanteDB.Client.UserInterface.IUserInterfaceInteractionProvider,SanteDB.Core.Security.IPlatformSecurityProvider)"]

See Also