Namespace: Consultingwerk.SmartComponents.TypeDescriptor.Components
Class 
PropertiesSmartUpdatableBrowser Copy to Clipboard
Parent classes:
Inherits: Consultingwerk.SmartComponents.TypeDescriptor.PropertyDescriptorCollection
Implements: IEnumerable, ISupportsListChanged, ISupportsListHash

File:PropertiesSmartUpdatableBrowser
Purpose:Provides the Property Descriptor for the SmartUpdatableBrowser class
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:Fri Feb 22 15:33:55 CET 2013



Top Method Summary
Options Name Purpose
+ Consultingwerk.SmartComponents.TypeDescriptor.IPropertyDescriptor Add (character) Adds an IPropertyDescriptor to the Collection
Inherited from Consultingwerk.SmartComponents.TypeDescriptor.PropertyDescriptorCollection
+ Consultingwerk.SmartComponents.TypeDescriptor.IPropertyDescriptor Add (character, IPropertyDescriptor) Adds an item to the generic Dictionary
Inherited from Consultingwerk.SmartComponents.TypeDescriptor.PropertyDescriptorCollection
+ Clear () Removes all items from the Dictionary
Inherited from Consultingwerk.Framework.Base.GenericDictionary
+ LOGICAL ContainsItem (Object) Determines if an object is a member of the Dictionary
Inherited from Consultingwerk.Framework.Base.GenericDictionary
+ LOGICAL ContainsKey (character) Determines if an key is a member of the Dictionary
Inherited from Consultingwerk.Framework.Base.GenericDictionary
+ IEnumerator GetEnumerator () Returns a new IEnumerator instance for this object instance
Inherited from Consultingwerk.Framework.Base.GenericDictionary
+ Consultingwerk.SmartComponents.TypeDescriptor.IPropertyDescriptor GetItem (character) Retrieves an item from the generic Dictionary
Inherited from Consultingwerk.SmartComponents.TypeDescriptor.PropertyDescriptorCollection
# Progress.Lang.Object InternalAdd (character, Object) Adds an Item to the Dictionary
Inherited from Consultingwerk.Framework.Base.GenericDictionary
# Progress.Lang.Object InternalGetItem (character) Returns the Item at the specified Index
Inherited from Consultingwerk.Framework.Base.GenericDictionary
# OnListChanged (ListChangedEventArgs) Raises the ListChanged event
Inherited from Consultingwerk.Framework.Base.GenericDictionary
+ RemoveItem (Object) Removes the first occurrence of a specific object from the Dictionary
Inherited from Consultingwerk.Framework.Base.GenericDictionary
+ RemoveKey (character) Removes the Dictionary item at the specified index.
Inherited from Consultingwerk.Framework.Base.GenericDictionary

Top Constructor Summary
Options Name Purpose
+ PropertiesSmartUpdatableBrowser () Constructor for the PropertiesSmartUpdatableBrowser class

Top Event Summary
Options Name Purpose
+ ListChanged (Object, ListChangedEventArgs) Raised when the Dictionary is changed by adding or removing items or clearing the dictionary
Inherited from Consultingwerk.Framework.Base.GenericDictionary

Top Property Summary
Options Name Purpose
+ INTEGER Count Returns the Dictionaries item count
Inherited from Consultingwerk.Framework.Base.GenericDictionary
+ CHARACTER ListHash Returns a hash value representing the current list contents
Inherited from Consultingwerk.Framework.Base.GenericDictionary
+ CHARACTER TypeName Gets and sets the name of the class that these properties belong to
Inherited from Consultingwerk.SmartComponents.TypeDescriptor.PropertyDescriptorCollection


Method Detail
Top

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

Inherited from Consultingwerk.SmartComponents.TypeDescriptor.PropertyDescriptorCollection
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

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

Inherited from Consultingwerk.SmartComponents.TypeDescriptor.PropertyDescriptorCollection
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

PUBLIC Clear ()

Inherited from Consultingwerk.Framework.Base.GenericDictionary
Purpose: Removes all items from the Dictionary
Notes:

Top

PUBLIC LOGICAL ContainsItem (Object)

Inherited from Consultingwerk.Framework.Base.GenericDictionary
Purpose: Determines if an object is a member of the Dictionary
Notes:

Parameters:
poItem Progress.Lang.Object
The object to locate in the Dictionary
Returns LOGICAL
Logical value indicating if the object is contained in the Dictionary
Top

PUBLIC LOGICAL ContainsKey (character)

Inherited from Consultingwerk.Framework.Base.GenericDictionary
Purpose: Determines if an key is a member of the Dictionary
Notes:

Parameters:
pcKey CHARACTER
The key to locate in the Dictionary
Returns LOGICAL
Logical value indicating if the object is contained in the Dictionary
Top

PUBLIC IEnumerator GetEnumerator ()

Inherited from Consultingwerk.Framework.Base.GenericDictionary
Purpose: Returns a new IEnumerator instance for this object instance
Notes:

Returns IEnumerator
The IEnumerator instance for this object
Top

PUBLIC Consultingwerk.SmartComponents.TypeDescriptor.IPropertyDescriptor GetItem (character)

Inherited from Consultingwerk.SmartComponents.TypeDescriptor.PropertyDescriptorCollection
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

PROTECTED Progress.Lang.Object InternalAdd (character, Object)

Inherited from Consultingwerk.Framework.Base.GenericDictionary
Purpose: Adds an Item to the Dictionary
Notes:

Parameters:
pcKey CHARACTER
The key value
poItem Progress.Lang.Object
The Item to add to the Dictionary
Returns Progress.Lang.Object
The item that was added to the dictionary
Top

PROTECTED Progress.Lang.Object InternalGetItem (character)

Inherited from Consultingwerk.Framework.Base.GenericDictionary
Purpose: Returns the Item at the specified Index
Notes:

Parameters:
pcKey CHARACTER
The Key of the Item to be returned
Returns Progress.Lang.Object
The object at the specified dictionary position
Top

PROTECTED OnListChanged (ListChangedEventArgs)

Inherited from Consultingwerk.Framework.Base.GenericDictionary
Purpose: Raises the ListChanged event
Notes:

Parameters:
e System.ComponentModel.ListChangedEventArgs
The ListChangedEventArgs object instance with the data of the ListChanged event
Top

PUBLIC RemoveItem (Object)

Inherited from Consultingwerk.Framework.Base.GenericDictionary
Purpose: Removes the first occurrence of a specific object from the Dictionary
Notes:

Parameters:
poDictionaryItem Progress.Lang.Object
The member to remove from the Dictionary
Top

PUBLIC RemoveKey (character)

Inherited from Consultingwerk.Framework.Base.GenericDictionary
Purpose: Removes the Dictionary item at the specified index.
Notes:

Parameters:
pcKey CHARACTER
The Index of the Item to remove from the Dictionary


Constructor Detail
Top

PUBLIC PropertiesSmartUpdatableBrowser ()

Purpose: Constructor for the PropertiesSmartUpdatableBrowser class
Notes:



Event Detail
Top

PUBLIC ListChanged (Object, ListChangedEventArgs)

Inherited from Consultingwerk.Framework.Base.GenericDictionary
Purpose: Raised when the Dictionary is changed by adding or removing items or
clearing the dictionary
Notes:

Parameters:
sender Progress.Lang.Object
The sender of the event
e System.ComponentModel.ListChangedEventArgs
The ListChangedEventArgs object instance with the data of the ListChanged event


Property Detail
Top

PUBLIC INTEGER Count

Inherited from Consultingwerk.Framework.Base.GenericDictionary
Purpose: Returns the Dictionaries item count
Notes:

Returns INTEGER
Top

PUBLIC CHARACTER ListHash

Inherited from Consultingwerk.Framework.Base.GenericDictionary
Purpose: Returns a hash value representing the current list contents
Notes:

Returns CHARACTER
Top

PUBLIC CHARACTER TypeName

Inherited from Consultingwerk.SmartComponents.TypeDescriptor.PropertyDescriptorCollection
Purpose: Gets and sets the name of the class that these properties belong to
Notes:

Returns CHARACTER


©2006-2016 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       26.08.2016 08:34:05