Client |
The ClientAppletManagerService type exposes the following members.
| Name | Description | |
|---|---|---|
| ClientAppletManagerService | DI constructor |
| Name | Description | |
|---|---|---|
| Applets | Gets the loaded applets from the manager | |
| ServiceName | Gets the service name | |
| Solutions | Solution list |
| 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 the specified applet manifest | |
| GetApplet(String, String) | Get the specified applet manifest | |
| GetApplets | Get only applets in the specified solution | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetInstallationTargetFile | Get the installation target file | |
| GetInstalledAppletManifests | ||
| GetPackage(String) | Gets the installed applet package source for the specified applet | |
| GetPackage(String, String) | Gets the installed applet package source for the specified applet | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| Install(AppletPackage, Boolean) | Installs or upgrades an existing applet collection via package | |
| Install(AppletSolution, Boolean) | Installs or upgrades an existing applet collection via package | |
| LoadApplet | Performs necessary loading functions for an applet | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| ResolveAppletAsset | Resolve asset | |
| SaveAppletPackageData | Save the raw data to the disk for the package and return the loaded/unpackaged manifest | |
| ToString | Returns a string that represents the current object. (Inherited from Object) | |
| UnInstall | Uninstall a package |
| Name | Description | |
|---|---|---|
| p_configuration | ||
| p_userInterfaceInteractionProvider |
| 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) |