Namespace: Consultingwerk.BusinessEntityDesigner
Interface 
IBusinessEntityDesignerPlugin Copy to Clipboard
Parent classes:
Inherits: Progress.Lang.Object
Implemented by: Consultingwerk.BusinessEntityDesigner.Plugins.BatchGeneratorPlugin, Consultingwerk.BusinessEntityDesigner.Plugins.ClassAnnotationGeneratorPlugin, Consultingwerk.BusinessEntityDesigner.Plugins.CsharpGeneratorPlugin, Consultingwerk.BusinessEntityDesigner.Plugins.DataSourceExtendedInfoPlugin, Consultingwerk.BusinessEntityDesigner.Plugins.EntityClassGeneratorPlugin, Consultingwerk.BusinessEntityDesigner.Plugins.ModelClassGeneratorPlugin, Consultingwerk.BusinessEntityDesigner.Plugins.RestServiceGeneratorPlugin, Consultingwerk.BusinessEntityDesigner.Plugins.RollbaseImporterPlugin, Consultingwerk.BusinessEntityDesigner.Plugins.SaveImagePlugin, Consultingwerk.BusinessEntityDesigner.Plugins.SmartDataObjectImporterPlugin, Consultingwerk.BusinessEntityDesigner.Plugins.SmartFrameworkSupportPlugin, Consultingwerk.BusinessEntityDesigner.Plugins.SmartTabPageControlPlugin, Consultingwerk.BusinessEntityDesigner.Plugins.SmartViewerGeneratorPlugin, Consultingwerk.BusinessEntityDesigner.Plugins.SmartWindowGeneratorPlugin, Consultingwerk.BusinessEntityDesigner.Plugins.TableAndFieldConstantsGeneratorPlugin, Consultingwerk.BusinessEntityDesigner.Plugins.TelerikMobilePlugin

File:IBusinessEntityDesignerPlugin
Purpose:Interface describing methods required for Plugins
into the Business Entity Designer application
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:Fri Mar 25 23:25:21 CET 2011



Top Method Summary
Options Name Purpose
+ Shutdown () Method called when the Business Entity Designer will get closed
+ Startup (dataset, BusinessEntityDatasetController, BusinessEntityDesignerForm, UltraToolbarsManager) Method called when the Business Entity Designer is starting and has loaded the plugin.


Method Detail
Top

PUBLIC Shutdown ()

Purpose: Method called when the Business Entity Designer will get closed
Notes:

Top

PUBLIC Startup (dataset, BusinessEntityDatasetController, BusinessEntityDesignerForm, UltraToolbarsManager)

Purpose: Method called when the Business Entity Designer is starting and
has loaded the plugin.
Notes: Passes references to some key components of the Designer to
the plugin, use this to initialize the plugin, subscribe to events

Parameters:
dsBusinessEntity DATASET
Business Entity with the Design dataset, called with the BIND keyword
poController Consultingwerk.BusinessEntityDesigner.Services.BusinessEntityDatasetController
The BusinessEntityDatasetController
poForm Consultingwerk.BusinessEntityDesigner.UI.BusinessEntityDesignerForm
The main Form of the BusinessEntityDesigner
poToolbar Infragistics.Win.UltraWinToolbars.UltraToolbarsManager
The reference to the UltraToolbarsManager used by the BusinessEntityDesigner


©2006-2016 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       26.08.2016 08:26:06