Namespace: Consultingwerk.Windows.Framework.Repository.Rendering
Class 
DynamicFormLogic Copy to Clipboard
Parent classes:
Inherits: Consultingwerk.SmartComponents.Base.SmartFormLogic
Implements: ISmartFormLogic
ABSTRACT

File:DynamicFormLogic
Purpose:Abstract base class for Dynamic Forms
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:Fri Sep 27 06:10:54 CEST 2019



Top Method Summary
Options Name Purpose
# Consultingwerk.SmartComponents.Implementation.SmartBusinessEntityAdapter GetSmartBusinessEntityAdapterInstance (character) Returns an instance of a SmartBusinessEntityAdapter in the form
# Consultingwerk.SmartComponents.Implementation.SmartDataBrowser GetSmartDataBrowserInstance (character) Returns an instance of a SmartDataBrowser in the form
# Consultingwerk.SmartComponents.Implementation.SmartToolbarController GetSmartToolbarControllerInstance (character) Returns an instance of a SmartToolbarController in the form
# Consultingwerk.SmartComponents.Base.SmartViewerControl GetSmartViewerControlInstance (character) Returns an instance of a SmartViewerControl in the form
# Infragistics.Win.UltraWinTabControl.UltraTabControl GetUltraTabControlInstance (character) Returns an instance of a UltraTabControl in the form
+ Initialize () Initializes the SmartFormLogic instance
Inherited from Consultingwerk.SmartComponents.Base.SmartFormLogic
+ Shutdown () Shuts down the SmartFormLogic instance
Inherited from Consultingwerk.SmartComponents.Base.SmartFormLogic
+ A SubscribeEvents () Subscribes the events for an attached viewer instance
Inherited from Consultingwerk.SmartComponents.Base.SmartFormLogic
+ A UnsubscribeEvents () Unsubscribes the events for an attached viewer instance
Inherited from Consultingwerk.SmartComponents.Base.SmartFormLogic

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


Method Detail
Top

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

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)

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

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

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)

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 Infragistics.Win.UltraWinTabControl.UltraTabControl GetUltraTabControlInstance (character)

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 Infragistics.Win.UltraWinTabControl.UltraTabControl
The reference to the instance
Top

PUBLIC Initialize ()

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

Top

PUBLIC Shutdown ()

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

Top

PUBLIC SubscribeEvents ()

Inherited from Consultingwerk.SmartComponents.Base.SmartFormLogic
Purpose: Subscribes the events for an attached viewer instance
Notes: This method needs to be implemented by the Viewer Logic class and
is supposed to subscribe to control events

Top

PUBLIC UnsubscribeEvents ()

Inherited from Consultingwerk.SmartComponents.Base.SmartFormLogic
Purpose: Unsubscribes the events for an attached viewer instance
Notes: This method needs to be implemented by the Viewer 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-2020 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       04.02.2020 23:46:07