Click or drag to resize

IAppletManagerService Interface

Represents a service which manages applets in the host environment

Namespace: SanteDB.Core.Applets.Services
Assembly: SanteDB.Core.Applets (in SanteDB.Core.Applets.dll) Version: 3.0.2081-alpha+7b2a5ef9dec224f2debe0fde366fd06099cc30db
Syntax
public interface IAppletManagerService : IServiceImplementation

The IAppletManagerService type exposes the following members.

Properties
 NameDescription
Public propertyApplets Gets the loaded applets from the manager
Public propertyServiceName Gets the service name
(Inherited from IServiceImplementation)
Top
Methods
 NameDescription
Public methodGetApplet Get the specified applet manifest
Public methodGetPackage Gets the installed applet package source for the specified applet
Public methodInstall Installs or upgrades an existing applet collection via package
Public methodLoadApplet Performs necessary loading functions for an applet
Public methodUnInstall Uninstall a package
Top
Events
 NameDescription
Public eventChanged Fired when an applet has been created/changed
Top
See Also