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: 2.2.1
Syntax
public interface IAppletManagerService

The IAppletManagerService type exposes the following members.

Properties
  NameDescription
Public propertyApplets
Gets the loaded applets from the manager
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