Click or drag to resize

ISharedDataHostedApplicationV2 Interface

[Missing <summary> documentation for "T:EBP.Framework.BusinessLogic.InterfacesV7.Host.ISharedDataHostedApplicationV2"]

Namespace:  EBP.Framework.BusinessLogic.InterfacesV7.Host
Assembly:  EBP.Framework.BusinessLogic.InterfacesV7 (in EBP.Framework.BusinessLogic.InterfacesV7.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public interface ISharedDataHostedApplicationV2 : IDataHostedApplication, 
	ISharedHostedApplication, IApplicationInformation, IApplicationIdentity, IServiceProvider, IServiceContainer

The ISharedDataHostedApplicationV2 type exposes the following members.

Properties
  NameDescription
Public propertyCaption
Application name
(Inherited from IApplicationInformation.)
Public propertyCopyright
Application copyright
(Inherited from IApplicationInformation.)
Public propertyCountry
Country
(Inherited from ISharedHostedApplication.)
Public propertyHost
Gets the host
(Inherited from ISharedHostedApplication.)
Public propertyIcon
Application icon
(Inherited from IApplicationInformation.)
Public propertyId
Application Guid
(Inherited from IApplicationIdentity.)
Public propertyIsBundled
Is bundled application
(Inherited from ISharedHostedApplication.)
Public propertyIsDynamic
Gets whether application was dynamically loaded
(Inherited from ISharedHostedApplication.)
Public propertyLicenseProductCode
License Product code
(Inherited from ISharedHostedApplication.)
Public propertyLicenseProductVersion
License Product version
(Inherited from ISharedHostedApplication.)
Public propertyLicenseWebShortName
License web short name
(Inherited from ISharedHostedApplication.)
Public propertyModuleInformations
Modules Informations list
(Inherited from ISharedHostedApplication.)
Public propertyName
Gets the application name (used for directory names, example : Invoicing1.0FR30)
(Inherited from ISharedHostedApplication.)
Public propertyOptions
Gets the application options
(Inherited from ISharedHostedApplication.)
Public propertyRegisteredProviders
Public propertyShortCaption
Gets the application short caption (used for application buttons)
(Inherited from ISharedHostedApplication.)
Public propertyVersion
Application version
(Inherited from IApplicationIdentity.)
Top
Methods
  NameDescription
Public methodAddService(Type, Object)
Adds the specified service to the service container.
(Inherited from IServiceContainer.)
Public methodAddService(Type, ServiceCreatorCallback)
Adds the specified service to the service container.
(Inherited from IServiceContainer.)
Public methodAddService(Type, Object, Boolean)
Adds the specified service to the service container, and optionally promotes the service to any parent service containers.
(Inherited from IServiceContainer.)
Public methodAddService(Type, ServiceCreatorCallback, Boolean)
Adds the specified service to the service container, and optionally promotes the service to parent service containers.
(Inherited from IServiceContainer.)
Public methodGetAllowTreatExchangeInLevelCompatibility
Public methodGetService(Type)
Gets the service object of the specified type.
(Inherited from IServiceProvider.)
Public methodGetServiceT
Get the requested service or null if it does not exists.
(Inherited from ISharedHostedApplication.)
Public methodInitialize
Initialize the ApplicationInfo (creates the common elements if bundled)
(Inherited from ISharedHostedApplication.)
Public methodIsCompatibleWith
Gets wether application id passed is compatible with current
(Inherited from ISharedHostedApplication.)
Public methodIsLoaded(Guid)
Gets whether a module is loaded
(Inherited from ISharedHostedApplication.)
Public methodIsLoaded(Type)
Gets whether a module is loaded
(Inherited from ISharedHostedApplication.)
Public methodRemoveService(Type)
Removes the specified service type from the service container.
(Inherited from IServiceContainer.)
Public methodRemoveService(Type, Boolean)
Removes the specified service type from the service container, and optionally promotes the service to parent service containers.
(Inherited from IServiceContainer.)
Public methodRun
Runs the HostedApplication
(Inherited from ISharedHostedApplication.)
Public methodSetOptions
Set options of hostedApplication depending of its id
(Inherited from ISharedHostedApplication.)
Public methodStop
Stops the HostedApplication
(Inherited from ISharedHostedApplication.)
Top
See Also