Click or drag to resize

LocalAppletManagerService Class

File based applet manager
Inheritance Hierarchy
SystemObject
  SanteDB.DisconnectedClient.ServicesLocalAppletManagerService
    SanteDB.DisconnectedClient.UIDcAppletManagerService

Namespace:  SanteDB.DisconnectedClient.Services
Assembly:  SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax
public class LocalAppletManagerService : IAppletManagerService, 
	IAppletSolutionManagerService

The LocalAppletManagerService type exposes the following members.

Constructors
  NameDescription
Public methodLocalAppletManagerService
Local applet manager ctor
Top
Properties
  NameDescription
Public propertyApplets
Gets the loaded applets from the manager
Public propertySolutions
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodExtractDNPart
Extract a common name
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetApplet(String)
Get applet by id
Public methodGetApplet(String, String)
Get the specified applet
Public methodGetApplets
Gets applets for the solution
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetPackage(String)
Get the specified package data
Public methodGetPackage(String, String)
Get the specified package contents
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInstall(AppletPackage, Boolean)
Performs an installation
Public methodInstall(AppletSolution, Boolean)
Install a applet solution
Public methodLoadApplet
Register applet
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodNotifyChanged
Notify the applet has changed
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUnInstall
Uninstall the applet package
Protected methodVerifyPackage
Verifies the manifest against it's recorded signature
Top
Events
  NameDescription
Public eventChanged
Top
Fields
  NameDescription
Protected fieldm_appletCollection
Top
Extension Methods
  NameDescription
Public Extension MethodConvertTReturn
The purpose of this method is to convert object me to TReturn. Why? Because if you have an instance of Act that actually needs to be a SubstanceAdministration we can't just cast so we have to copy.
(Defined by ExtensionMethods.)
Public Extension MethodGetInstanceOfTDomain
Gets an instance of TDomain from me
(Defined by ModelExtensions.)
Top
See Also