Namespace: Consultingwerk.Windows.Framework.Repository.Object
Interface 
IContainerDesignerControl Copy to Clipboard
Parent classes:
Inherits: Progress.Lang.Object
Implemented by: Consultingwerk.Windows.Framework.Repository.Object.GridDesignerControl, Consultingwerk.Windows.Framework.Repository.Object.ResponsiveContainerDesignerControl, Consultingwerk.Windows.Framework.Repository.Object.ViewerDesignerControl

File:IContainerDesignerControl
Purpose:Interface for Container Designer Controls
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:Tue Feb 28 20:12:52 CET 2017



Top Method Summary
Options Name Purpose
Activate () Invoked when the Designer is activated
BindDesignerData (dataset, dataset) Binds to the Designer Temp-Tables
LOGICAL Deactivating () Invoked when the Designer is about to be deactivated
DestroyDesigner () Allows the Container Designer Control to destroy resources
RefreshDesigner () Refreshes the Designer
Save () Saves the Design

Top Event Summary
Options Name Purpose
ModifiedChanged (Object, EventArgs) Raised when the designer's Modified property changes
SaveChangesRequested (Object, EventArgs) Raised when the design should be saved

Top Property Summary
Options Name Purpose
LOGICAL Modified
Consultingwerk.Windows.Framework.Repository.Object.SmartPropertyGridControl PropertyGrid
Infragistics.Win.UltraWinToolbars.UltraToolbarsManager ToolbarsManager


Method Detail
Top

Activate ()

Purpose: Invoked when the Designer is activated
Notes: Typically invoked when the designer tab is shown again

Top

BindDesignerData (dataset, dataset)

Purpose: Binds to the Designer Temp-Tables
Notes:

Parameters:
dsObjectMaster DATASET dsObjectMaster
DATASET BIND from Consultingwerk/SmartFramework/Repository/Object/dsObjectMaster.i
dsDesignAttributeValue DATASET dsDesignAttributeValue
DATASET BIND from Consultingwerk/SmartFramework/Repository/Class/dsDesignAttributeValue.i
Top

LOGICAL Deactivating ()

Purpose: Invoked when the Designer is about to be deactivated
Notes: Typically invoked when the designer tab hidden; allows cancelling
of the deactivation

Returns LOGICAL
Logical value indicating if the deactivation should not be cancelled (FALSE = cancelled)
Top

DestroyDesigner ()

Purpose: Allows the Container Designer Control to destroy resources
Notes: Typically used to clean up Ribbon Tabs etc.

Top

RefreshDesigner ()

Purpose: Refreshes the Designer
Notes:

Top

Save ()

Purpose: Saves the Design
Notes:



Event Detail
Top

ModifiedChanged (Object, EventArgs)

Purpose: Raised when the designer's Modified property changes
Notes:

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

SaveChangesRequested (Object, EventArgs)

Purpose: Raised when the design should be saved
Notes:

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


Property Detail
Top

LOGICAL Modified


Returns LOGICAL
Top

Consultingwerk.Windows.Framework.Repository.Object.SmartPropertyGridControl PropertyGrid


Returns Consultingwerk.Windows.Framework.Repository.Object.SmartPropertyGridControl
Top

Infragistics.Win.UltraWinToolbars.UltraToolbarsManager ToolbarsManager


Returns Infragistics.Win.UltraWinToolbars.UltraToolbarsManager


ProDataset Detail

ProDataset dsDesignAttributeValue

Member tables: eDesignAttributeValue

ProDataset dsObjectMaster

Member tables: eSmartObjectMaster, eSmartLink, eSmartObjectInstance, eSmartPage


Temp-Table Detail

Temp-Table eDesignAttributeValue

Defined in:

Temp-Table eSmartLink

Defined in:

Temp-Table eSmartObjectInstance

Defined in:

Temp-Table eSmartObjectMaster

Defined in:

Temp-Table eSmartPage

Defined in:


©2006-2026 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       30.03.2026 11:15:05