File |
The FileSystemAppletManagerService type exposes the following members.
| Name | Description | |
|---|---|---|
| FileSystemAppletManagerService | Local applet manager ctor |
| Name | Description | |
|---|---|---|
| Applets | Gets the loaded applets from the manager | |
| ServiceName | Gets the service name | |
| Solutions | Get the solutions |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetApplet(String) | Get applet | |
| GetApplet(String, String) | Gets the specified applet manifest | |
| GetApplets | Gets the specified applet manifest | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetPackage(String) | Get the specified applet | |
| GetPackage(String, String) | Get the specified package data | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| Install(AppletPackage, Boolean) | Install package | |
| Install(AppletSolution, Boolean) | Install the specified applet solution | |
| Install(AppletPackage, Boolean, AppletSolution) | Performs an installation | |
| LoadApplet | Load an applet | |
| LoadApplets | ||
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) | |
| UnInstall | Uninstall the applet package |
| Name | Description | |
|---|---|---|
| Changed | Applet has changed | |
| ProgressChanged | Fired when the progress of this instance has changed |
| Name | Description | |
|---|---|---|
| m_appletCollection | The applet collection | |
| m_configuration | The configuration injected into the service |
| Name | Description | |
|---|---|---|
| ConvertTReturn |
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) | |
| WithControl |
With control parameter is used as a wrapper for _ parameters
(Defined by QueryFilterExtensions) |