Interface IFusionService
Provides services for the construction of Fusion web applications
Namespace: OSGeo.MapGuide.MaestroAPI.Services
Assembly: OSGeo.MapGuide.MaestroAPI.dll
Syntax
public interface IFusionService : IService
Examples
This example shows how to obtain a fusion service instance. Note that you should check if this service type is supported through its capabilities.
IServerConnection conn;
...
IFusionService fusionSvc = (IFusionService)conn.GetService((int)ServiceType.Fusion);
Methods
| Improve this Doc View SourceGetApplicationContainers()
Returns the avalible widget containers on the server
Declaration
IApplicationDefinitionContainerInfoSet GetApplicationContainers()
Returns
Type | Description |
---|---|
IApplicationDefinitionContainerInfoSet | The avalible widget containers on the server |
GetApplicationTemplates()
Gets the application templates.
Declaration
IApplicationDefinitionTemplateInfoSet GetApplicationTemplates()
Returns
Type | Description |
---|---|
IApplicationDefinitionTemplateInfoSet |
GetApplicationWidgets()
Returns the avalible application widgets on the server
Declaration
IApplicationDefinitionWidgetInfoSet GetApplicationWidgets()
Returns
Type | Description |
---|---|
IApplicationDefinitionWidgetInfoSet | The avalible application widgets on the server |