Click or drag to resize

IAppletSolutionManagerService Interface

Represents a service which loads/registers applet solutions

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

The IAppletSolutionManagerService type exposes the following members.

Properties
 NameDescription
Public propertySolutions Get the solutions configured on the server
Top
Methods
 NameDescription
Public methodGetApplet Get the specified applet manifest
Public methodGetApplets Get only applets in the specified solution
Public methodGetPackage Gets the installed applet package source for the specified applet
Public methodInstall Installs or upgrades an existing applet collection via package
Public methodUnInstall Uninstall a package
Top
See Also