Namespace: Consultingwerk.SmartComponents.Interfaces
Interface 
ISmartDataBrowserLogic Copy to Clipboard
Parent classes:
Inherits: Progress.Lang.Object
Implemented by: Consultingwerk.SmartComponents.Base.SmartDataBrowserLogic

File:ISmartDataBrowserLogic
Purpose:Interface defining the requirements for classes providing
client side logic for SmartDataBrowser instances
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:Sat Aug 13 05:40:43 CEST 2022
Purpose: Returns the reference to the SmartDataBrowser that owns this
instance of the SmartDataBrowser Logic Object
Notes: The Owner property cannot be modified once set



Top Method Summary
Options Name Purpose
+ Initialize () Initializes the ISmartDataBrowserLogic instance
+ RegisterSmartDataBrowser (SmartDataBrowser) Handshake method for SmartDataBrowser instances
+ Shutdown () Shuts down the ISmartDataBrowserLogic instance

Top Property Summary
Options Name Purpose
+ Consultingwerk.SmartComponents.Implementation.SmartDataBrowser Owner


Method Detail
Top

PUBLIC Initialize ()

Purpose: Initializes the ISmartDataBrowserLogic instance
Notes:

Top

PUBLIC RegisterSmartDataBrowser (SmartDataBrowser)

Purpose: Handshake method for SmartDataBrowser instances
Notes:

Parameters:
poSmartDataBrowser Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
The SmartDataBrowser instance this logic class will provid logic for
Top

PUBLIC Shutdown ()

Purpose: Shuts down the ISmartDataBrowserLogic instance
Notes:



Property Detail
Top

PUBLIC Consultingwerk.SmartComponents.Implementation.SmartDataBrowser Owner


Returns Consultingwerk.SmartComponents.Implementation.SmartDataBrowser


©2006-2023 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       15.04.2024 05:55:01