Exposing Properties collection in custom classes as many MS Classes do 
Author Message
 Exposing Properties collection in custom classes as many MS Classes do

I would like to expose a Properties collection in my custom objects that
would provide the following functionality.

1) Automatically discover the Properties of the custom object to which it
belongs.
2) Allow iterating the Properties of the custom object using the For Each
syntax
3) Allow Retreiving/Setting the properties of the custom object using the
item method of the exposed properties collection.
4) Allow the Retreiving/Setting/Iteration of simple Key/Value properties.

Where can I get information and  examples on exposing a properties
collection in custom classes as many MS classes do?



Sun, 26 Jun 2005 22:10:06 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. Exposing a Properties collection in custom classes as many MS Classes do

2. custom class collection (property)

3. How do I expose events from embedded collection classes

4. Custom collection exposed as property?

5. Expose methodes and properties from a usercontrol to class

6. Exposing class properties as fields in a recordset?

7. Properties Property for a Custom Class

8. Creation of custom dictionary class collection

9. StatusBarPanel Collection containing panels based on different classes derived from StatusBarPanel class

10. DataGrid binding to a custom collection class

11. Using the sort method in custom collection classes

12. Custom Collection Class For...Each

 

 
Powered by phpBB® Forum Software