Top Method Summary
Options Name Purpose
Consultingwerk.SmartComponents.Interfaces.ISmartDataSource Add (character, ISmartDataSource) Adds an item to the generic Dictionary
Consultingwerk.SmartComponents.Interfaces.ISmartDataSource AddWhenNotContained (character, ISmartDataSource) Adds an item to the generic Dictionary
Consultingwerk.SmartComponents.Interfaces.ISmartDataSource GetItem (character) Retrieves an item from the generic Dictionary
Consultingwerk.SmartComponents.Interfaces.ISmartDataSource GetItemOrNull (character) Retrieves an item from the generic Dictionary


Method Detail
Top

Consultingwerk.SmartComponents.Interfaces.ISmartDataSource Add (character, ISmartDataSource)

Purpose: Adds an item to the generic Dictionary
Notes:

Parameters:
pcKey CHARACTER
The key value
poItem Consultingwerk.SmartComponents.Interfaces.ISmartDataSource
And item of the Lists member type
Returns Consultingwerk.SmartComponents.Interfaces.ISmartDataSource
The item that was added to the List
Top

Consultingwerk.SmartComponents.Interfaces.ISmartDataSource AddWhenNotContained (character, ISmartDataSource)

Purpose: Adds an item to the generic Dictionary
Notes:

Parameters:
pcKey CHARACTER
The key value
poItem Consultingwerk.SmartComponents.Interfaces.ISmartDataSource
And item of the Lists member type
Returns Consultingwerk.SmartComponents.Interfaces.ISmartDataSource
The item that was added to the List
Top

Consultingwerk.SmartComponents.Interfaces.ISmartDataSource GetItem (character)

Purpose: Retrieves an item from the generic Dictionary
Notes: CAST's the element from the underlying Progress.Lang.Object

Parameters:
pcKey CHARACTER
The key of the item to retrieve
Returns Consultingwerk.SmartComponents.Interfaces.ISmartDataSource
The item of the Lists member type
Top

Consultingwerk.SmartComponents.Interfaces.ISmartDataSource GetItemOrNull (character)

Purpose: Retrieves an item from the generic Dictionary
Notes: CAST's the element from the underlying Progress.Lang.Object
This method does not fail when the key is not valid

Parameters:
pcKey CHARACTER
The key of the item to retrieve
Returns Consultingwerk.SmartComponents.Interfaces.ISmartDataSource
The item of the Lists member type


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