Top Method Summary
Options Name Purpose
- ComboBox_ToolValueChanged (Object, ToolEventArgs) Event handler for the ToolValueChanged event of the ComboBox
+ DeleteFileHandler (Object, ToolClickEventArgs) Event handler for the DeleteFile tool
+ DeleteRepositoryObjectHandler (Object, ToolClickEventArgs) Event handler for the DeleteRepositoryObject tool
+ ExportFileHandler (Object, ToolClickEventArgs) Event handler for the ExportFile tool
# FilterTree () Filters the tree
# FormClosingHandler (Object, FormClosingEventArgs) Handles the FormClosing event
# System.ComponentModel.Component GetInstance (character) Returns the reference to the instance with the provided name
Inherited from Consultingwerk.Windows.Framework.Repository.Rendering.DynamicFormLogic
# Consultingwerk.SmartComponents.Implementation.SmartBusinessEntityAdapter GetSmartBusinessEntityAdapterInstance (character) Returns an instance of a SmartBusinessEntityAdapter in the form
Inherited from Consultingwerk.Windows.Framework.Repository.Rendering.DynamicFormLogic
# Consultingwerk.SmartComponents.Implementation.SmartDataBrowser GetSmartDataBrowserInstance (character) Returns an instance of a SmartDataBrowser in the form
Inherited from Consultingwerk.Windows.Framework.Repository.Rendering.DynamicFormLogic
+ Consultingwerk.SmartComponents.Implementation.SmartPanelController GetSmartPanelControllerInstance (character) Returns an instance of a SmartPanelController in the form
Inherited from Consultingwerk.Windows.Framework.Repository.Rendering.DynamicFormLogic
# Consultingwerk.SmartComponents.Implementation.SmartToolbarController GetSmartToolbarControllerInstance (character) Returns an instance of a SmartToolbarController in the form
Inherited from Consultingwerk.Windows.Framework.Repository.Rendering.DynamicFormLogic
# Consultingwerk.SmartComponents.Base.SmartViewerControl GetSmartViewerControlInstance (character) Returns an instance of a SmartViewerControl in the form
Inherited from Consultingwerk.Windows.Framework.Repository.Rendering.DynamicFormLogic
# UltraTabControl GetUltraTabControlInstance (character) Returns an instance of a UltraTabControl in the form
Inherited from Consultingwerk.Windows.Framework.Repository.Rendering.DynamicFormLogic
# Infragistics.Win.UltraWinToolbars.UltraToolbarsManager GetUltraToolbarsManagerInstance (character) Returns an instance of a UltraToolbarsManager in the form
Inherited from Consultingwerk.Windows.Framework.Repository.Rendering.DynamicFormLogic
# System.Windows.Forms.UserControl GetUserControlInstance (character) Returns an instance of a UserControl in the form
Inherited from Consultingwerk.Windows.Framework.Repository.Rendering.DynamicFormLogic
# ImportFile (character) Imports a .smartrepo file
+ ImportFileHandler (Object, ToolClickEventArgs) Imports a .smartrepo file
+ Initialize () Initializes the SmartFormLogic instance
Overrides Consultingwerk.SmartComponents.Base.SmartFormLogic:Initialize ()
# LoadFromDirectory (character) Loads the .smartrepo files from a directory
# CHARACTER LoadSettings (character) Loads stored window settings from the registry
Inherited from Consultingwerk.SmartComponents.Base.SmartFormLogic
+ OpenDirectoryHandler (Object, ToolClickEventArgs) Opens the directory dialog and loads the .smartrepo files
+ OpenFileHandler (Object, ToolClickEventArgs) Event handler for the OpenFile tool
+ OpenObjectMasterMergeHandler (Object, ToolClickEventArgs) Opens the object master merge dialog
# RaiseGenericEvent (EventArgs) Raises the Generic Event
Inherited from Consultingwerk.SmartComponents.Base.SmartFormLogic
+ Shutdown () Shuts down the SmartFormLogic instance
Inherited from Consultingwerk.SmartComponents.Base.SmartFormLogic
# Consultingwerk.SmartComponents.Implementation.SmartDynamicFilterControl SmartDynamicFilterControlInstance (character) Returns an instance of a SmartDynamicFilterControl in the form
Inherited from Consultingwerk.Windows.Framework.Repository.Rendering.DynamicFormLogic
# StoreSettings (character, character) Stores window settings to the registry
Inherited from Consultingwerk.SmartComponents.Base.SmartFormLogic
+ SubscribeEvents () Subscribes the events for an attached form instance
Overrides Consultingwerk.SmartComponents.Base.SmartFormLogic:SubscribeEvents ()
- ToolClickHandler (Object, ToolClickEventArgs) Event handler for the ToolClick event of the Toolbar
- TreeViewer_AfterSelect (Object, SelectEventArgs) Event handler for the AfterSelect event of the TreeViewer
- TreeViewer_SmartRepoFileSelected (Object, SmartRepoFileSelectedEventArgs) Event handler for the SmartRepoFileSelected event of the TreeViewer
+ UnsubscribeEvents () Unsubscribes the events for an attached form instance
Overrides Consultingwerk.SmartComponents.Base.SmartFormLogic:UnsubscribeEvents ()

Top Property Summary
Options Name Purpose
+ Consultingwerk.SmartComponents.Base.SmartWindowForm Owner
Inherited from Consultingwerk.SmartComponents.Base.SmartFormLogic


Method Detail
Top

PRIVATE ComboBox_ToolValueChanged (Object, ToolEventArgs)

Purpose: Event handler for the ToolValueChanged event of the ComboBox
Notes:

Parameters:
sender System.Object
The object that raised the event
e Infragistics.Win.UltraWinToolbars.ToolEventArgs
The event arguments
Top

PUBLIC DeleteFileHandler (Object, ToolClickEventArgs)

Purpose: Event handler for the DeleteFile tool
Notes:

Parameters:
sender System.Object
The object that raised the event
e Infragistics.Win.UltraWinToolbars.ToolClickEventArgs
The event arguments
Top

PUBLIC DeleteRepositoryObjectHandler (Object, ToolClickEventArgs)

Purpose: Event handler for the DeleteRepositoryObject tool
Notes:

Parameters:
sender System.Object
The object that raised the event
e Infragistics.Win.UltraWinToolbars.ToolClickEventArgs
The event arguments
Top

PUBLIC ExportFileHandler (Object, ToolClickEventArgs)

Purpose: Event handler for the ExportFile tool
Notes:

Parameters:
sender System.Object
The object that raised the event
e Infragistics.Win.UltraWinToolbars.ToolClickEventArgs
The event arguments
Top

PROTECTED FilterTree ()

Purpose: Filters the tree
Notes:

Top

PROTECTED FormClosingHandler (Object, FormClosingEventArgs)

Purpose: Handles the FormClosing event
Notes:

Parameters:
sender System.Object
The object that raised the event
e System.Windows.Forms.FormClosingEventArgs
The event arguments
Top

PROTECTED System.ComponentModel.Component GetInstance (character)

Inherited from Consultingwerk.Windows.Framework.Repository.Rendering.DynamicFormLogic
Purpose: Returns the reference to the instance with the provided name
Notes:

Parameters:
pcInstanceName CHARACTER
The name of the instance to locate
Returns System.ComponentModel.Component
The reference to the Component
Top

PROTECTED Consultingwerk.SmartComponents.Implementation.SmartBusinessEntityAdapter GetSmartBusinessEntityAdapterInstance (character)

Inherited from Consultingwerk.Windows.Framework.Repository.Rendering.DynamicFormLogic
Purpose: Returns an instance of a SmartBusinessEntityAdapter in the form
Notes: Strong typed variant of the DynamicForm's GetInstance method

Parameters:
pcInstanceName CHARACTER
The name of the instance to retrieve
Returns Consultingwerk.SmartComponents.Implementation.SmartBusinessEntityAdapter
The reference to the instance
Top

PROTECTED Consultingwerk.SmartComponents.Implementation.SmartDataBrowser GetSmartDataBrowserInstance (character)

Inherited from Consultingwerk.Windows.Framework.Repository.Rendering.DynamicFormLogic
Purpose: Returns an instance of a SmartDataBrowser in the form
Notes: Strong typed variant of the DynamicForm's GetInstance method

Parameters:
pcInstanceName CHARACTER
The name of the instance to retrieve
Returns Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
The reference to the instance
Top

PUBLIC Consultingwerk.SmartComponents.Implementation.SmartPanelController GetSmartPanelControllerInstance (character)

Inherited from Consultingwerk.Windows.Framework.Repository.Rendering.DynamicFormLogic
Purpose: Returns an instance of a SmartPanelController in the form
Notes: Strong typed variant of the DynamicForm's GetInstance method

Parameters:
pcInstanceName CHARACTER
The name of the instance to retrieve
Returns Consultingwerk.SmartComponents.Implementation.SmartPanelController
The reference to the instance
Top

PROTECTED Consultingwerk.SmartComponents.Implementation.SmartToolbarController GetSmartToolbarControllerInstance (character)

Inherited from Consultingwerk.Windows.Framework.Repository.Rendering.DynamicFormLogic
Purpose: Returns an instance of a SmartToolbarController in the form
Notes: Strong typed variant of the DynamicForm's GetInstance method

Parameters:
pcInstanceName CHARACTER
The name of the instance to retrieve
Returns Consultingwerk.SmartComponents.Implementation.SmartToolbarController
The reference to the instance
Top

PROTECTED Consultingwerk.SmartComponents.Base.SmartViewerControl GetSmartViewerControlInstance (character)

Inherited from Consultingwerk.Windows.Framework.Repository.Rendering.DynamicFormLogic
Purpose: Returns an instance of a SmartViewerControl in the form
Notes: Strong typed variant of the DynamicForm's GetInstance method

Parameters:
pcInstanceName CHARACTER
The name of the instance to retrieve
Returns Consultingwerk.SmartComponents.Base.SmartViewerControl
The reference to the instance
Top

PROTECTED UltraTabControl GetUltraTabControlInstance (character)

Inherited from Consultingwerk.Windows.Framework.Repository.Rendering.DynamicFormLogic
Purpose: Returns an instance of a UltraTabControl in the form
Notes: Strong typed variant of the DynamicForm's GetInstance method

Parameters:
pcInstanceName CHARACTER
The name of the instance to retrieve
Returns UltraTabControl
The reference to the instance
Top

PROTECTED Infragistics.Win.UltraWinToolbars.UltraToolbarsManager GetUltraToolbarsManagerInstance (character)

Inherited from Consultingwerk.Windows.Framework.Repository.Rendering.DynamicFormLogic
Purpose: Returns an instance of a UltraToolbarsManager in the form
Notes: Strong typed variant of the DynamicForm's GetInstance method
Returns a SmartPanelControllers UltraToolbarsManager or a
SmartToolbarControllers UltraToolbarsManager reference

Parameters:
pcInstanceName CHARACTER
The name of the instance to retrieve
Returns Infragistics.Win.UltraWinToolbars.UltraToolbarsManager
The reference to the instance
Top

PROTECTED System.Windows.Forms.UserControl GetUserControlInstance (character)

Inherited from Consultingwerk.Windows.Framework.Repository.Rendering.DynamicFormLogic
Purpose: Returns an instance of a UserControl in the form
Notes: Strong typed variant of the DynamicForm's GetInstance method

Parameters:
pcInstanceName CHARACTER
The name of the instance to retrieve
Returns System.Windows.Forms.UserControl
The reference to the instance
Top

PROTECTED ImportFile (character)

Purpose: Imports a .smartrepo file
Notes:

Parameters:
pcFileName CHARACTER
The file name
Top

PUBLIC ImportFileHandler (Object, ToolClickEventArgs)

Purpose: Imports a .smartrepo file
Notes:

Parameters:
sender System.Object
The object that raised the event
e Infragistics.Win.UltraWinToolbars.ToolClickEventArgs
The event arguments
Top

PUBLIC Initialize ()

Overrides Consultingwerk.SmartComponents.Base.SmartFormLogic:Initialize ()
Purpose: Initializes the SmartFormLogic instance
Notes:

Top

PROTECTED LoadFromDirectory (character)

Purpose: Loads the .smartrepo files from a directory
Notes:

Parameters:
pcDirectory CHARACTER
The directory
Top

PROTECTED CHARACTER LoadSettings (character)

Inherited from Consultingwerk.SmartComponents.Base.SmartFormLogic
Purpose: Loads stored window settings from the registry
Notes:

Parameters:
pcSettingsKey CHARACTER
The key under which the settings for this Form are stored (e.g. Position)
Returns CHARACTER
The string containing the stored window settings
Top

PUBLIC OpenDirectoryHandler (Object, ToolClickEventArgs)

Purpose: Opens the directory dialog and loads the .smartrepo files
Notes:

Parameters:
sender System.Object
The object that raised the event
e Infragistics.Win.UltraWinToolbars.ToolClickEventArgs
The event arguments
Top

PUBLIC OpenFileHandler (Object, ToolClickEventArgs)

Purpose: Event handler for the OpenFile tool
Notes:

Parameters:
sender System.Object
The object that raised the event
e Infragistics.Win.UltraWinToolbars.ToolClickEventArgs
The event arguments
Top

PUBLIC OpenObjectMasterMergeHandler (Object, ToolClickEventArgs)

Purpose: Opens the object master merge dialog
Notes:

Parameters:
sender System.Object
The object that raised the event
e Infragistics.Win.UltraWinToolbars.ToolClickEventArgs
The event arguments
Top

PROTECTED RaiseGenericEvent (EventArgs)

Inherited from Consultingwerk.SmartComponents.Base.SmartFormLogic
Purpose: Raises the Generic Event
Notes: Supports raising events from the Form Logic Class - it's recommended
to use a derived event arg to distinguish events

Parameters:
e Consultingwerk.EventArgs
The Consultingwerk.EventArgs
Top

PUBLIC Shutdown ()

Inherited from Consultingwerk.SmartComponents.Base.SmartFormLogic
Purpose: Shuts down the SmartFormLogic instance
Notes:

Top

PROTECTED Consultingwerk.SmartComponents.Implementation.SmartDynamicFilterControl SmartDynamicFilterControlInstance (character)

Inherited from Consultingwerk.Windows.Framework.Repository.Rendering.DynamicFormLogic
Purpose: Returns an instance of a SmartDynamicFilterControl in the form
Notes: Strong typed variant of the DynamicForm's GetInstance method

Parameters:
pcInstanceName CHARACTER
The name of the instance to retrieve
Returns Consultingwerk.SmartComponents.Implementation.SmartDynamicFilterControl
The reference to the instance
Top

PROTECTED StoreSettings (character, character)

Inherited from Consultingwerk.SmartComponents.Base.SmartFormLogic
Purpose: Stores window settings to the registry
Notes:

Parameters:
pcSettings CHARACTER
The string containing the window settings to be stored
pcSettingsKey CHARACTER
The key under which the settings for this Form are stored (e.g. Position)
Top

PUBLIC SubscribeEvents ()

Overrides Consultingwerk.SmartComponents.Base.SmartFormLogic:SubscribeEvents ()
Purpose: Subscribes the events for an attached form instance
Notes: This method needs to be implemented by the Form Logic class and
is supposed to subscribe to control events

Top

PRIVATE ToolClickHandler (Object, ToolClickEventArgs)

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

Parameters:
sender System.Object
The object that raised the event
e Infragistics.Win.UltraWinToolbars.ToolClickEventArgs
The event arguments
Top

PRIVATE TreeViewer_AfterSelect (Object, SelectEventArgs)

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

Parameters:
sender System.Object
The object that raised the event
e Infragistics.Win.UltraWinTree.SelectEventArgs
The event arguments
Top

PRIVATE TreeViewer_SmartRepoFileSelected (Object, SmartRepoFileSelectedEventArgs)

Purpose: Event handler for the SmartRepoFileSelected event of the TreeViewer
Notes:

Parameters:
sender Progress.Lang.Object
The object that raised the event
e Consultingwerk.Windows.Framework.Repository.SmartRepoFileSelectedEventArgs
The event arguments
Top

PUBLIC UnsubscribeEvents ()

Overrides Consultingwerk.SmartComponents.Base.SmartFormLogic:UnsubscribeEvents ()
Purpose: Unsubscribes the events for an attached form instance
Notes: This method needs to be implemented by the Form Logic class and
is supposed to unsubscribe from control events



Property Detail
Top

PUBLIC Consultingwerk.SmartComponents.Base.SmartWindowForm Owner

Inherited from Consultingwerk.SmartComponents.Base.SmartFormLogic

Returns Consultingwerk.SmartComponents.Base.SmartWindowForm


©2006-2025 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       22.04.2025 11:50:27