Top Method Summary
Options Name Purpose
ActivateDesignCanvas () Activates the Design Canvas
ActivateDrawConnector () Activates the Add connector mode (allows dragging of new relations) on the model
ActivateDrawPointer () Activates the pointer mode (allows selection of Shapes) on the model
ActivateMenuItems () Activates the (context) menu items based on the current selected
AddToolForClearWindowSettings () Adds a Tool to the Business Entity Designer Ribbon application menu that allows a user wipe out all window settings
AddToolForReleaseNotesSetting () Adds a Tool to the Business Entity Designer Ribbon application menu that allows a user to toggle the display of the release notes
AutoLayout () Performs an Auto Layout of the Current Diagram
BrowseBedgmFiles () Browses for a BEDGM file
BuildLRUMenuItems ()
BusinessEntityTester () Starts the Business Entity Tester for the current Business Entity
LOGICAL CheckChanges () Prompts for SaveChanges prompt if required
LOGICAL CheckCloseSourceCodeEditor () Closes the source code editor
ClearWindowSettings () Clears all Window Settings
CollapseAllTables () Collapses all tables on the model
Compile () Compiles the generated source code
CopyFieldNames () Shows a dialog that allows to copy field names of the selected table to the clipboard
diagram1_DoubleClick (Object, EventArgs) Event handler for the DoubleClick event of the crainiate diagram1
diagram1_DragDrop (Object, DragEventArgs) Event handler for the DragDrop event of the crainiate diagram1
diagram1_DragEnter (Object, DragEventArgs) Event handler for the DragEnter event of the crainiate diagram1
diagram1_DragOver (Object, DragEventArgs) Event handler for the DragOver event of the crainiate diagram1
diagram1_ElementInserted (Object, ElementsEventArgs) Event handler for the ElementInserted event of the crainiate diagram1
diagram1_ElementRemoved (Object, ElementsEventArgs) Event handler for the ElementRemoved event of the crainiate diagram1
diagram1_EnabledChanged (Object, EventArgs) Event handler for the EnabledChanged event of the crainiate diagram1
diagram1_SelectedChanged (Object, EventArgs) Event handler for the SelectedChanged event of the crainiate diagram1
DisplayStatus (character) Displays a text in the "status" panel of the UltraStatusBar
DisplayUserName (character, character) Displays the Framework User Name
DuplicateSelectedTable () Duplicates the currently selected table
EditActiveElement () Edits the active element
EditFields () Invokes the Field Editor Form
EditSource () Opens the BusinessEntitySourceEditorForm for the current business entity
EnableViewerFromShortcut (SmartViewerControl) Enables one of the property sheet viewers from a shortcut key
LOGICAL EnsureAllViewersSaved () Ensures that all Viewers have saved their changes
ExpandAllTables () Expands all tables on the model
FieldsReorder ()
FilterTables (character) Filters the list of database tables in the toolbox
GenerateSource () Generates the source code
GenericStatusChandedHandler (IStatusManager, character) Event handler for the GenericStatusChanded event of the IStatusManager
Progress.Lang.Object GetPluginReference (Class) Returns the reference to the given plugin
ImportTable () Prompts for a file to import and invokes the ImportTableFromFile method in the BusinessEntityDatasetController class
InitializeComponent ()
InitializePlugins () Initializes the Plugins for the Business Entity Designer
InitializeShortcutsKeys () Initializes Shortcut keys in the Business Entity Designer
LOGICAL IsPluginActive (character) Returns if the plugin with the given name is active
LOGICAL IsPluginActive (Class) Returns if the plugin matching the given class is active
LoadFileLRU () Loads the .bedgm file LRU from the Registry
LoadLRU () Loads the table filter LRU from the registry
NewDesign () Creates a new Business Entity Design
NewWindow () Opens a new window
OnFormClosing (FormClosingEventArgs) Raises the FormClosing Event
OnLoad (EventArgs) Raises the Load event
OnShown (EventArgs) Raises the Shown event
OpenDesign () Opens a design using a FileOpen Dialog
OpenFileFromLRU (character) Opens a file from the LRU list
ParseStartupParameter () Parses and processes the startup parameters
PasteSourceCode () Pastes temp-tables from a block of source code
Print ()
RefreshTable () Refreshes the selected temp-tables from the database
RefreshTableFromInclude () Refreshes the selected temp-tables from the include files
RegenerateSource () Re-Generates source code (refresh)
RegisterElementRenderer (Render) Registers the renderers for the Element types
RegisterServices () Registers the Business Entity Designer Form and the BusinessEntityDatasetController in the ServiceContainer
ReleaseNotesControlDragEnter (Object, DragEventArgs) Event handler for the DragEnter event of the ReleaseNotesControl
RemoveDataRelation () Removes the currently selected data relation
RenameMove () Performs a Rename or Move operation
RenameSelectedTable () Renames the currently selected table
SaveDesign (logical) Saves the design
SaveDesignAs (logical) Saves the design under a new name
searchTimer_Tick (Object, EventArgs) Event handler for the Tick event of the searchTimer component
ShortcutKeyDownHandler (Object, KeyEventArgs) Event handler for the KeyDown event of the Form
ShowConnectDatabaseDialog () Shows the Connect Database Dialog
ShowDatabaseConnectionsDialog () Shows the Progress ADE Database Connections Dialog
ShowDatabaseLoginPreferences () Shows the Login Preferences Dialog
ShowOptionsDialog ()
ShutdownPlugins () Shutdown all loaded plugins
smartToolbarController1_ToolClick (Object, ToolClickEventArgs) Event handler for the ToolClick event of the smartToolbarController1
smartToolbarController1_ToolKeyPress (Object, ToolKeyPressEventArgs) Event handler for the ToolKeyPress event of the smartToolbarController1
StoreFileLRU () Stores the LRU file list in the registry
StoreLRU ()
TableItemSelectedHandler (Object, EventArgs) Event handler for the TableItemSelected event of the BusinessEntityDatasetController
timer1_Tick (Object, EventArgs) Event Handler for the Tick Event of the timer1 component
TimerTick (Object, EventArgs) Event handler for the Tick event of the temporary Timer instance
ToggleDisplayReleaseNotes () Handles changing the DisplayReleaseNotes toggle
ultraDockManager1_PaneActivate (Object, ControlPaneEventArgs) Event handler for the PaneActivate event of the ultraDockManager1
ultraExplorerBar1_ActiveGroupChanged (Object, GroupEventArgs) Event handler for the ActiveGroupChanged event of the ActiveGroupChanged
ultraExplorerBar1_MouseDown (Object, MouseEventArgs) Event handler for the MouseDown event of the ultraExplorerBar1
ultraStatusBar1_ButtonClick (Object, PanelEventArgs) Event handler for the ButtonClick event of the ultraStatusBar
ultraTrackBar1_ValueChanged (Object, EventArgs) Event handler for the ValueChanged event of the ultraTrackBar1
ultraTree1_AfterSelect (Object, SelectEventArgs) Event handler for the AfterSelect event of the ultraTree1
UnsavedChangesChangedHandler (Object, EventArgs) Handles the UnsavedChangesChanged event of the BusinessEntityDatasetController
UpdateCustomProperties (CustomPropertiesScopeEnum) Updates the custom properties for the currently selected object of the given scope
UpdateCustomProperties (CustomPropertiesScopeEnum, character) Updates the custom properties for the currently selected object of the given scope
UpdateFileLRU (character) Updates the LRU file list with a recently opened file name
UpdateRelationFields () Pops up dialog for relation field mapping
ValidateDesign () Validates the Design
ViewerFieldsEnabledHandler (Object, EventArgs) Event handler for the FieldsEnabled event of the five viewers in the Business Entity Designer Form
CHARACTER WindowTitle (character) Returns the Title that should be shown in the title bar Business Entity Designer Form

Top Constructor Summary
Options Name Purpose
BusinessEntityDesignerForm () Constructor for the BusinessEntityDesignerForm class

Top Property Summary
Options Name Purpose
CHARACTER FileName


Method Detail
Top

ActivateDesignCanvas ()

Purpose: Activates the Design Canvas
Notes:

Top

ActivateDrawConnector ()

Purpose: Activates the Add connector mode (allows dragging of new relations)
on the model
Notes:

Top

ActivateDrawPointer ()

Purpose: Activates the pointer mode (allows selection of Shapes) on the model
Notes:

Top

ActivateMenuItems ()

Purpose: Activates the (context) menu items based on the current selected
Notes:

Top

AddToolForClearWindowSettings ()

Purpose: Adds a Tool to the Business Entity Designer Ribbon application
menu that allows a user wipe out all window settings
Notes:

Top

AddToolForReleaseNotesSetting ()

Purpose: Adds a Tool to the Business Entity Designer Ribbon application
menu that allows a user to toggle the display of the release
notes
Notes:

Top

AutoLayout ()

Purpose: Performs an Auto Layout of the Current Diagram
Notes:

Top

BrowseBedgmFiles ()

Purpose: Browses for a BEDGM file
Notes:

Top

BuildLRUMenuItems ()

Purpose:
Notes:

Top

BusinessEntityTester ()

Purpose: Starts the Business Entity Tester for the current Business Entity
Notes:

Top

LOGICAL CheckChanges ()

Purpose: Prompts for SaveChanges prompt if required
Notes:

Returns LOGICAL
Logical value indicating if the user has chosen to save changes
Top

LOGICAL CheckCloseSourceCodeEditor ()

Purpose: Closes the source code editor
Notes:

Returns LOGICAL
Logical value indicating if the editor was closed
Top

ClearWindowSettings ()

Purpose: Clears all Window Settings
Notes: Closes the application when done

Top

CollapseAllTables ()

Purpose: Collapses all tables on the model
Notes:

Top

Compile ()

Purpose: Compiles the generated source code
Notes:

Top

CopyFieldNames ()

Purpose: Shows a dialog that allows to copy field names of the selected
table to the clipboard
Notes:

Top

diagram1_DoubleClick (Object, EventArgs)

Purpose: Event handler for the DoubleClick event of the crainiate diagram1
Notes:

Parameters:
sender System.Object
The reference to the object that raised the event
e System.EventArgs
The System.EventArgs with the data for this event
Top

diagram1_DragDrop (Object, DragEventArgs)

Purpose: Event handler for the DragDrop event of the crainiate diagram1
Notes:

Parameters:
sender System.Object
The reference to the object that raised the event
e System.Windows.Forms.DragEventArgs
The DragEventArgs with the data for this event
Top

diagram1_DragEnter (Object, DragEventArgs)

Purpose: Event handler for the DragEnter event of the crainiate diagram1
Notes:

Parameters:
sender System.Object
The reference to the object that raised the event
e System.Windows.Forms.DragEventArgs
The DragEventArgs with the data for this event
Top

diagram1_DragOver (Object, DragEventArgs)

Purpose: Event handler for the DragOver event of the crainiate diagram1
Notes:

Parameters:
sender System.Object
The reference to the object that raised the event
e System.Windows.Forms.DragEventArgs
The DragEventArgs with the data for this event
Top

diagram1_ElementInserted (Object, ElementsEventArgs)

Purpose: Event handler for the ElementInserted event of the crainiate diagram1
Notes:

Parameters:
sender System.Object
The reference to the object that raised the event
e Crainiate.Diagramming.ElementsEventArgs
The ElementsEventArgs with the data for this event
Top

diagram1_ElementRemoved (Object, ElementsEventArgs)

Purpose: Event handler for the ElementRemoved event of the crainiate diagram1
Notes:

Parameters:
sender System.Object
The reference to the object that raised the event
e Crainiate.Diagramming.ElementsEventArgs
The ElementsEventArgs with the data for this event
Top

diagram1_EnabledChanged (Object, EventArgs)

Purpose: Event handler for the EnabledChanged event of the crainiate diagram1
Notes:

Parameters:
sender System.Object
The reference to the object that raised the event
e System.EventArgs
The System.EventArgs with the data for this event
Top

diagram1_SelectedChanged (Object, EventArgs)

Purpose: Event handler for the SelectedChanged event of the crainiate diagram1
Notes:

Parameters:
sender System.Object
The reference to the object that raised the event
e System.EventArgs
The System.EventArgs with the data for this event
Top

DisplayStatus (character)

Purpose: Displays a text in the "status" panel of the UltraStatusBar
Notes:

Parameters:
pcStatusText CHARACTER
The StatusText to display
Top

DisplayUserName (character, character)

Purpose: Displays the Framework User Name
Notes:

Parameters:
pcUserName CHARACTER
The user name
pcLoginCompany CHARACTER
The login company name
Top

DuplicateSelectedTable ()

Purpose: Duplicates the currently selected table
Notes:

Top

EditActiveElement ()

Purpose: Edits the active element
Notes:

Top

EditFields ()

Purpose: Invokes the Field Editor Form
Notes:

Top

EditSource ()

Purpose: Opens the BusinessEntitySourceEditorForm for the current business
entity
Notes:

Top

EnableViewerFromShortcut (SmartViewerControl)

Purpose: Enables one of the property sheet viewers from a shortcut key
Notes: Viewer is expected to use an ultraTabControl1

Parameters:
poViewer Consultingwerk.SmartComponents.Base.SmartViewerControl
The viewer to enable
Top

LOGICAL EnsureAllViewersSaved ()

Purpose: Ensures that all Viewers have saved their changes
Notes:

Returns LOGICAL
Logical value indicating if all Viewers are saved
Top

ExpandAllTables ()

Purpose: Expands all tables on the model
Notes:

Top

FieldsReorder ()

Purpose:
Notes:

Top

FilterTables (character)

Purpose: Filters the list of database tables in the toolbox
Notes:

Parameters:
pcFilter CHARACTER
The filter value
Top

GenerateSource ()

Purpose: Generates the source code
Notes:

Top

GenericStatusChandedHandler (IStatusManager, character)

Purpose: Event handler for the GenericStatusChanded event of the IStatusManager
Notes:

Parameters:
sender Consultingwerk.Framework.IStatusManager
The reference to the IStatusManager that raised the event
pcStatus CHARACTER
The new status text
Top

Progress.Lang.Object GetPluginReference (Class)

Purpose: Returns the reference to the given plugin
Notes: Supports inherited plugin

Parameters:
poClass Progress.Lang.Class
The class of the plugin to return
Returns Progress.Lang.Object
The reference to the loaded plugin or ?
Top

ImportTable ()

Purpose: Prompts for a file to import and invokes the ImportTableFromFile method
in the BusinessEntityDatasetController class
Notes:

Top

InitializeComponent ()


Top

InitializePlugins ()

Purpose: Initializes the Plugins for the Business Entity Designer
Notes:

Top

InitializeShortcutsKeys ()

Purpose: Initializes Shortcut keys in the Business Entity Designer
Notes: Edit Entity, Table, Field, Index, Relation Properties
(CTRL-E, CTRL-T, CTRL-F, CTRL-I, CTRL-R), Save (CTRL-S) and
cancel (ESC)

Top

LOGICAL IsPluginActive (character)

Purpose: Returns if the plugin with the given name is active
Notes:

Parameters:
pcPluginName CHARACTER
The name of the Plugin
Returns LOGICAL
Logical value indicating if the plugin is loaded
Top

LOGICAL IsPluginActive (Class)

Purpose: Returns if the plugin matching the given class is active
Notes: Supports inherited plugin

Parameters:
poClass Progress.Lang.Class
The class of the plugin to check
Returns LOGICAL
Logical value indicating if a matching plugin is loaded
Top

LoadFileLRU ()

Purpose: Loads the .bedgm file LRU from the Registry
Notes:

Top

LoadLRU ()

Purpose: Loads the table filter LRU from the registry
Notes:

Top

NewDesign ()

Purpose: Creates a new Business Entity Design
Notes:

Top

NewWindow ()

Purpose: Opens a new window
Notes:

Top

OnFormClosing (FormClosingEventArgs)

Purpose: Raises the FormClosing Event
Notes: Shut's down Plugins and saves UI preferences to .BusinessEntityDesignerSettings2.xml

Parameters:
e System.Windows.Forms.FormClosingEventArgs
The FormClosingEventArgs with the data for this event
Top

OnLoad (EventArgs)

Purpose: Raises the Load event
Notes:

Parameters:
e System.EventArgs
The System.EventArgs with the data for this event
Top

OnShown (EventArgs)

Purpose: Raises the Shown event
Notes:

Parameters:
e System.EventArgs
The System.EventArgs with the data for this event
Top

OpenDesign ()

Purpose: Opens a design using a FileOpen Dialog
Notes:

Top

OpenFileFromLRU (character)

Purpose: Opens a file from the LRU list
Notes:

Parameters:
pcFileName CHARACTER
The file name to load
Top

ParseStartupParameter ()

Purpose: Parses and processes the startup parameters
Notes: When the -param parameter contains open= then we'll open the
given .bedgm file

Top

PasteSourceCode ()

Purpose: Pastes temp-tables from a block of source code
Notes:

Top

Print ()

Purpose:
Notes:

Top

RefreshTable ()

Purpose: Refreshes the selected temp-tables from the database
Notes:

Top

RefreshTableFromInclude ()

Purpose: Refreshes the selected temp-tables from the include files
Notes:

Top

RegenerateSource ()

Purpose: Re-Generates source code (refresh)
Notes:

Top

RegisterElementRenderer (Render)

Purpose: Registers the renderers for the Element types
Notes:

Parameters:
poRender Crainiate.Diagramming.Forms.Rendering.Render
The reference to the Crainiate Diagram Render instance
Top

RegisterServices ()

Purpose: Registers the Business Entity Designer Form and the BusinessEntityDatasetController
in the ServiceContainer
Notes: Ensures that it's accessible from plugins or custom services loaded
in the Business Entity Designer environment

Top

ReleaseNotesControlDragEnter (Object, DragEventArgs)

Purpose: Event handler for the DragEnter event of the ReleaseNotesControl
Notes:

Parameters:
sender System.Object
The reference to the Control that raised the event
e System.Windows.Forms.DragEventArgs
The DragEventArgs with the data for this event
Top

RemoveDataRelation ()

Purpose: Removes the currently selected data relation
Notes:

Top

RenameMove ()

Purpose: Performs a Rename or Move operation
Notes:

Top

RenameSelectedTable ()

Purpose: Renames the currently selected table
Notes:

Top

SaveDesign (logical)

Purpose: Saves the design
Notes:

Parameters:
plOk LOGICAL
Logical value indicating if the design was saved
Top

SaveDesignAs (logical)

Purpose: Saves the design under a new name
Notes:

Parameters:
plOk LOGICAL
Logical value indicating if the design was saved
Top

searchTimer_Tick (Object, EventArgs)

Purpose: Event handler for the Tick event of the searchTimer component
Notes:

Parameters:
sender System.Object
The reference to the System.Object that raised the event
e System.EventArgs
The System.EventArgs with the data for this event
Top

ShortcutKeyDownHandler (Object, KeyEventArgs)

Purpose: Event handler for the KeyDown event of the Form
Notes:

Parameters:
sender System.Object
The reference to the object that raised the event
e System.Windows.Forms.KeyEventArgs
The KeyEventArgs with the data for this event
Top

ShowConnectDatabaseDialog ()

Purpose: Shows the Connect Database Dialog
Notes:

Top

ShowDatabaseConnectionsDialog ()

Purpose: Shows the Progress ADE Database Connections Dialog
Notes:

Top

ShowDatabaseLoginPreferences ()

Purpose: Shows the Login Preferences Dialog
Notes:

Top

ShowOptionsDialog ()

Purpose:
Notes:

Top

ShutdownPlugins ()

Purpose: Shutdown all loaded plugins
Notes:

Top

smartToolbarController1_ToolClick (Object, ToolClickEventArgs)

Purpose: Event handler for the ToolClick event of the smartToolbarController1
Notes:

Parameters:
sender System.Object
The reference to the object that raised the event
e Infragistics.Win.UltraWinToolbars.ToolClickEventArgs
The ToolClickEventArgs with the data for this event
Top

smartToolbarController1_ToolKeyPress (Object, ToolKeyPressEventArgs)

Purpose: Event handler for the ToolKeyPress event of the smartToolbarController1
Notes:

Parameters:
sender System.Object
The reference to the object that raised the event
e Infragistics.Win.UltraWinToolbars.ToolKeyPressEventArgs
The ToolKeyPressEventArgs with the data for this event
Top

StoreFileLRU ()

Purpose: Stores the LRU file list in the registry
Notes:

Top

StoreLRU ()

Purpose:
Notes:

Top

TableItemSelectedHandler (Object, EventArgs)

Purpose: Event handler for the TableItemSelected event of the
BusinessEntityDatasetController
Notes:

Parameters:
sender Progress.Lang.Object
The reference to the object that raised the event
e Consultingwerk.EventArgs
The Consultingwerk.EventArgs with the data for this event
Top

timer1_Tick (Object, EventArgs)

Purpose: Event Handler for the Tick Event of the timer1 component
Notes: Used when a new Data-Relation has been dragged on the design canvas
In the diagram1_ElementInserted event handler, the target shape of the
new connector is not yet set. This is the case immediately after
that event handler - thus the use of this timer.

Parameters:
sender System.Object
The reference to the object that raised the event
e System.EventArgs
The System.EventArgs with the data for this event
Top

TimerTick (Object, EventArgs)

Purpose: Event handler for the Tick event of the temporary Timer instance
Notes: Close the splash screen after a while

Parameters:
sender System.Object
The reference to the object that raised the event
e System.EventArgs
The System.EventArgs with the data for this event
Top

ToggleDisplayReleaseNotes ()

Purpose: Handles changing the DisplayReleaseNotes toggle
Notes:

Top

ultraDockManager1_PaneActivate (Object, ControlPaneEventArgs)

Purpose: Event handler for the PaneActivate event of the ultraDockManager1
Notes:

Parameters:
sender System.Object
The reference to the object that raised the event
e Infragistics.Win.UltraWinDock.ControlPaneEventArgs
The ControlPaneEventArgs with the data for this event
Top

ultraExplorerBar1_ActiveGroupChanged (Object, GroupEventArgs)

Purpose: Event handler for the ActiveGroupChanged event of the ActiveGroupChanged
Notes:

Parameters:
sender System.Object
The object that raised the event
e Infragistics.Win.UltraWinExplorerBar.GroupEventArgs
The GroupEventArgs with the data for this event
Top

ultraExplorerBar1_MouseDown (Object, MouseEventArgs)

Purpose: Event handler for the MouseDown event of the ultraExplorerBar1
Notes:

Parameters:
sender System.Object
The object that raised the event
e System.Windows.Forms.MouseEventArgs
The MouseEventArgs with the data for this event
Top

ultraStatusBar1_ButtonClick (Object, PanelEventArgs)

Purpose: Event handler for the ButtonClick event of the ultraStatusBar
Notes:

Parameters:
sender System.Object
The reference to the object that raised the event
e Infragistics.Win.UltraWinStatusBar.PanelEventArgs
The PanelEventArgs with the data for this event
Top

ultraTrackBar1_ValueChanged (Object, EventArgs)

Purpose: Event handler for the ValueChanged event of the ultraTrackBar1
Notes:

Parameters:
sender System.Object
The object that raised the event
e System.EventArgs
The System.EventArgs with the data for this event
Top

ultraTree1_AfterSelect (Object, SelectEventArgs)

Purpose: Event handler for the AfterSelect event of the ultraTree1
Notes:

Parameters:
sender System.Object
The object that raised the event
e Infragistics.Win.UltraWinTree.SelectEventArgs
The SelectEventArgs with the data for this event
Top

UnsavedChangesChangedHandler (Object, EventArgs)

Purpose: Handles the UnsavedChangesChanged event of the BusinessEntityDatasetController
Notes:

Parameters:
sender Progress.Lang.Object
The object that raised the event
e Consultingwerk.EventArgs
The Consultingwerk.EventArgs with the data for this event
Top

UpdateCustomProperties (CustomPropertiesScopeEnum)

Purpose: Updates the custom properties for the currently selected object of
the given scope
Notes: Calls into the BusinessEntityDatasetController's UpdateCustomProperties
method

Parameters:
poCustomPropertiesScope Consultingwerk.BusinessEntityDesigner.Services.CustomPropertiesScopeEnum
The property scope to edit the custom properties for
Top

UpdateCustomProperties (CustomPropertiesScopeEnum, character)

Purpose: Updates the custom properties for the currently selected object of
the given scope
Notes: Calls into the BusinessEntityDatasetController's UpdateCustomProperties
method

Parameters:
poCustomPropertiesScope Consultingwerk.BusinessEntityDesigner.Services.CustomPropertiesScopeEnum
The property scope to edit the custom properties for
pcCustomPropertiesScopeName CHARACTER
The name of the custom properties scope
Top

UpdateFileLRU (character)

Purpose: Updates the LRU file list with a recently opened file name
Notes:

Parameters:
pcFileName CHARACTER
The name of the recently opened file
Top

UpdateRelationFields ()

Purpose: Pops up dialog for relation field mapping
Notes:

Top

ValidateDesign ()

Purpose: Validates the Design
Notes:

Top

ViewerFieldsEnabledHandler (Object, EventArgs)

Purpose: Event handler for the FieldsEnabled event of the five viewers in the
Business Entity Designer Form
Notes: Ensures that only a single property viewer is in update mode

Parameters:
sender System.Object
The reference to the object that raised the event
e System.EventArgs
The System.EventArgs with the data for this event
Top

CHARACTER WindowTitle (character)

Purpose: Returns the Title that should be shown in the title bar Business Entity Designer Form
Notes:

Parameters:
pcFileName CHARACTER
The currently open file name or ? for "untitled"
Returns CHARACTER
The Title that should be shown in the title bar


Constructor Detail
Top

BusinessEntityDesignerForm ()

Purpose: Constructor for the BusinessEntityDesignerForm class
Notes:



Property Detail
Top

CHARACTER FileName


Returns CHARACTER


©2006-2026 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       13.04.2026 10:20:52