Namespace: Consultingwerk.SmartComponents.TypeDescriptor
Class 
PropertyDescriptorCollection Copy to Clipboard
Parent classes:
Inherits: Consultingwerk.Framework.Base.GenericDictionary
Implements: IArrayList, IEnumerable, ISupportsListChanged, ISupportsListHash
Inherited by: Consultingwerk.SmartComponents.TypeDescriptor.Components.PropertiesSmartBindingSource Consultingwerk.SmartComponents.TypeDescriptor.Components.PropertiesSmartBusinessEntityAdapter Consultingwerk.SmartComponents.TypeDescriptor.Components.PropertiesSmartBusinessEntityBindingSource Consultingwerk.SmartComponents.TypeDescriptor.Components.PropertiesSmartBusinessEntityLookup Consultingwerk.SmartComponents.TypeDescriptor.Components.PropertiesSmartBusinessEntityLookupDesign Consultingwerk.SmartComponents.TypeDescriptor.Components.PropertiesSmartComboEditor Consultingwerk.SmartComponents.TypeDescriptor.Components.PropertiesSmartComboEditorDesign Consultingwerk.SmartComponents.TypeDescriptor.Components.PropertiesSmartDataAdapter Consultingwerk.SmartComponents.TypeDescriptor.Components.PropertiesSmartDataBrowser Consultingwerk.SmartComponents.TypeDescriptor.Components.PropertiesSmartDataObjectAdapter Consultingwerk.SmartComponents.TypeDescriptor.Components.PropertiesSmartDataObjectBindingSource Consultingwerk.SmartComponents.TypeDescriptor.Components.PropertiesSmartDataObjectLookup Consultingwerk.SmartComponents.TypeDescriptor.Components.PropertiesSmartDatasetAdapter Consultingwerk.SmartComponents.TypeDescriptor.Components.PropertiesSmartDatasetChildAdapter Consultingwerk.SmartComponents.TypeDescriptor.Components.PropertiesSmartLookup Consultingwerk.SmartComponents.TypeDescriptor.Components.PropertiesSmartPanelController Consultingwerk.SmartComponents.TypeDescriptor.Components.PropertiesSmartTempTableAdapter Consultingwerk.SmartComponents.TypeDescriptor.Components.PropertiesSmartToolbarController Consultingwerk.SmartComponents.TypeDescriptor.Components.PropertiesSmartUpdatableBrowser Consultingwerk.SmartComponents.TypeDescriptor.Components.PropertiesSmartViewerControl

File:PropertyDescriptorCollection
Purpose:Generic Dictionary of IPropertyDescriptor objects
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:Fri Feb 22 15:13:02 CET 2013



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

Top Property Summary
Options Name Purpose
CHARACTER TypeName


Method Detail
Top

Consultingwerk.SmartComponents.TypeDescriptor.IPropertyDescriptor Add (character)

Purpose: Adds an IPropertyDescriptor to the Collection
Notes:

Parameters:
pcPropertyName CHARACTER
The name of the property to add
Returns Consultingwerk.SmartComponents.TypeDescriptor.IPropertyDescriptor
The new IPropertyDescriptor instance
Top

Consultingwerk.SmartComponents.TypeDescriptor.IPropertyDescriptor Add (character, IPropertyDescriptor)

Purpose: Adds an item to the generic Dictionary
Notes:

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

Consultingwerk.SmartComponents.TypeDescriptor.IPropertyDescriptor AddWhenNotContained (character, IPropertyDescriptor)

Purpose: Adds an item to the generic Dictionary
Notes:

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

Consultingwerk.SmartComponents.TypeDescriptor.IPropertyDescriptor 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.TypeDescriptor.IPropertyDescriptor
The item of the Lists member type
Top

Consultingwerk.SmartComponents.TypeDescriptor.IPropertyDescriptor 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.TypeDescriptor.IPropertyDescriptor
The item of the Lists member type


Property Detail
Top

CHARACTER TypeName


Returns CHARACTER


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