Intersoft.Client.Framework Namespace : ApplicationPackage Class |
The following tables list the members exposed by ApplicationPackage.
Name | Description | |
---|---|---|
ApplicationPackage Constructor | Initialize a new instance of ApplicationPackage class. |
Name | Description | |
---|---|---|
Assemblies | Gets or sets a collection of dependency assemblies that referenced by this package. (Inherited from Intersoft.Client.Framework.BasePackage) | |
AutoLoadApplicationResources | Gets or sets a value that indicates whether the referenced resources should be automatically loaded when the application package is loaded. | |
Dependencies | Gets or sets a collection of the dependency packages required in this application package. | |
Description | Gets or sets the description of this package. (Inherited from Intersoft.Client.Framework.BasePackage) | |
DownloadState | Gets the state of the current download progress of this package. (Inherited from Intersoft.Client.Framework.BasePackage) | |
EnableMetadataDiscovery | Gets or sets a value that indicates whether the application metadata (SAFMetadata.xml) should be automatically discovered and parsed when the package is downloaded. | |
EnableViewPartDiscovery | ||
EntryPointAssembly | Gets or sets the assembly name that represents the entry point assembly of the application package. | |
FriendlyName | Gets or sets the friendly name of the application package. | |
Icon | Gets or sets the URI of the image used to represent the icon of the application package. | |
ID | Gets or sets the unique identifier of this package. (Inherited from Intersoft.Client.Framework.BasePackage) | |
InstalledVersion | Gets the version number of the package currently installed in user's local machine. (Inherited from Intersoft.Client.Framework.BasePackage) | |
IsDownloaded | Determines whether this package is downloaded. (Inherited from Intersoft.Client.Framework.BasePackage) | |
IsInstalled | Determines whether this package is installed. (Inherited from Intersoft.Client.Framework.BasePackage) | |
IsLoaded | Determines whether this package has been loaded to the application domain context. (Inherited from Intersoft.Client.Framework.BasePackage) | |
KnownUri | ||
LastUpdated | Gets the date when this package is last updated. (Inherited from Intersoft.Client.Framework.BasePackage) | |
MainAssembly | Gets or sets the assembly name that represents the main assembly of the application package. | |
MainType | Gets or sets the type name that represents the main element of the application package. | |
Name | Gets or sets the name of this package. (Inherited from Intersoft.Client.Framework.BasePackage) | |
Resources | Gets or sets a collection of external resources that are required for the application to work properly. | |
RuntimeVersion | Gets or sets the runtime version of the platform used in the application package. | |
Shared | Gets or sets whether this package can be shared and reused in other packages. (Inherited from Intersoft.Client.Framework.BasePackage) | |
SharedID | Gets or sets the ID used to reference this package which is linked to other packages that use similar ID. (Inherited from Intersoft.Client.Framework.BasePackage) | |
Size | Gets or sets the size of the package. (Inherited from Intersoft.Client.Framework.BasePackage) | |
Source | Gets or sets the URI that determines the source of the package. (Inherited from Intersoft.Client.Framework.BasePackage) | |
Tag | Gets or sets a custom data related to this package. (Inherited from Intersoft.Client.Framework.BasePackage) | |
Version | Gets or sets the version number of the package. (Inherited from Intersoft.Client.Framework.BasePackage) | |
VirtualPathIdentity | Gets or sets the unique identifier that represents the virtual path of the application package. |
Name | Description | |
---|---|---|
CancelDownload | Stop the download progress of this application package. | |
CreateInstance | Overloaded. Create an instance of the main type specified in the application package. | |
CreateInstanceAsync | Overloaded. Asynchronously create an instance of the main type specified in the application package. | |
Download | Overloaded. Download the application package from the specified source. | |
GetEntryPointAssembly | Gets the assembly object which is the entry point of the application package. | |
GetMainAssembly | Gets the assembly object which is the main assembly of the application package. | |
GetPackageID | Returns the unique identifier of the package. (Inherited from Intersoft.Client.Framework.BasePackage) | |
GetSetting | Gets the value of the setting given the key from the application storage. | |
Install | Install the application package to the user's machine locally. | |
IsPackageDispatchable | Determines whether the package can be dispatched. (Inherited from Intersoft.Client.Framework.BasePackage) | |
IsPackageFormatSupported | Determines whether the package's format is supported by ClientUI application framework. (Inherited from Intersoft.Client.Framework.BasePackage) | |
Load | Load the application package along with its referenced assemblies to the domain context. | |
Parse | Overloaded. Apply the properties of the application package from specific source. | |
RemoveSetting | ||
RetrieveFromStorage | Retrieve the settings and data of the application package from the storage. | |
SaveSetting | Save a custom application-specific setting to the storage. | |
Uninstall | Removes the application package from the storage. |
Name | Description | |
---|---|---|
OnPropertyChanged | (Inherited from Intersoft.Client.Framework.BasePackage) |
Name | Description | |
---|---|---|
PropertyChanged | (Inherited from Intersoft.Client.Framework.BasePackage) |