ISharedDataHostedApplicationV2 Interface |
[Missing <summary> documentation for "T:EBP.Framework.BusinessLogic.InterfacesV7.Host.ISharedDataHostedApplicationV2"]
Namespace: EBP.Framework.BusinessLogic.InterfacesV7.Host
The ISharedDataHostedApplicationV2 type exposes the following members.
| Name | Description | |
|---|---|---|
| Caption |
Application name
(Inherited from IApplicationInformation.) | |
| Copyright |
Application copyright
(Inherited from IApplicationInformation.) | |
| Country |
Country
(Inherited from ISharedHostedApplication.) | |
| Host |
Gets the host
(Inherited from ISharedHostedApplication.) | |
| Icon |
Application icon
(Inherited from IApplicationInformation.) | |
| Id |
Application Guid
(Inherited from IApplicationIdentity.) | |
| IsBundled |
Is bundled application
(Inherited from ISharedHostedApplication.) | |
| IsDynamic |
Gets whether application was dynamically loaded
(Inherited from ISharedHostedApplication.) | |
| LicenseProductCode |
License Product code
(Inherited from ISharedHostedApplication.) | |
| LicenseProductVersion |
License Product version
(Inherited from ISharedHostedApplication.) | |
| LicenseWebShortName |
License web short name
(Inherited from ISharedHostedApplication.) | |
| ModuleInformations |
Modules Informations list
(Inherited from ISharedHostedApplication.) | |
| Name |
Gets the application name (used for directory names, example : Invoicing1.0FR30)
(Inherited from ISharedHostedApplication.) | |
| Options |
Gets the application options
(Inherited from ISharedHostedApplication.) | |
| RegisteredProviders | ||
| ShortCaption |
Gets the application short caption (used for application buttons)
(Inherited from ISharedHostedApplication.) | |
| Version |
Application version
(Inherited from IApplicationIdentity.) |
| Name | Description | |
|---|---|---|
| AddService(Type, Object) | Adds the specified service to the service container. (Inherited from IServiceContainer.) | |
| AddService(Type, ServiceCreatorCallback) | Adds the specified service to the service container. (Inherited from IServiceContainer.) | |
| AddService(Type, Object, Boolean) | Adds the specified service to the service container, and optionally promotes the service to any parent service containers. (Inherited from IServiceContainer.) | |
| AddService(Type, ServiceCreatorCallback, Boolean) | Adds the specified service to the service container, and optionally promotes the service to parent service containers. (Inherited from IServiceContainer.) | |
| GetAllowTreatExchangeInLevelCompatibility | ||
| GetService(Type) | Gets the service object of the specified type. (Inherited from IServiceProvider.) | |
| GetServiceT |
Get the requested service or null if it does not exists.
(Inherited from ISharedHostedApplication.) | |
| Initialize |
Initialize the ApplicationInfo (creates the common elements if bundled)
(Inherited from ISharedHostedApplication.) | |
| IsCompatibleWith |
Gets wether application id passed is compatible with current
(Inherited from ISharedHostedApplication.) | |
| IsLoaded(Guid) |
Gets whether a module is loaded
(Inherited from ISharedHostedApplication.) | |
| IsLoaded(Type) |
Gets whether a module is loaded
(Inherited from ISharedHostedApplication.) | |
| RemoveService(Type) | Removes the specified service type from the service container. (Inherited from IServiceContainer.) | |
| RemoveService(Type, Boolean) | Removes the specified service type from the service container, and optionally promotes the service to parent service containers. (Inherited from IServiceContainer.) | |
| Run |
Runs the HostedApplication
(Inherited from ISharedHostedApplication.) | |
| SetOptions |
Set options of hostedApplication depending of its id
(Inherited from ISharedHostedApplication.) | |
| Stop |
Stops the HostedApplication
(Inherited from ISharedHostedApplication.) |