Properties on Properties
Posted: Fri Aug 07, 2009 11:32 am
by Brian Mills >> Tue, 5 Oct 2004 23:55:22 GMT
Is there any way i can add properties to properties?
Ie. I have a student class, with id, name and email address on it. I want to add a property on them to define weather they are extractable by a particular extract. In time I would also like to be able to add other properties that define other usefull features of the system. Like mandetory fields. This is basically metat data. The reason I would like to do this is we are building a comon framework that will actually operate different systems with slightly different requirements. It would be very handy to allow the interface to customise based on meta data rather than having to maintain different interfaces for each version of the product.
Anyones thoughts or experiences with doing such things would be most usefull.
Brian.
Is there any way i can add properties to properties?
Ie. I have a student class, with id, name and email address on it. I want to add a property on them to define weather they are extractable by a particular extract. In time I would also like to be able to add other properties that define other usefull features of the system. Like mandetory fields. This is basically metat data. The reason I would like to do this is we are building a comon framework that will actually operate different systems with slightly different requirements. It would be very handy to allow the interface to customise based on meta data rather than having to maintain different interfaces for each version of the product.
Anyones thoughts or experiences with doing such things would be most usefull.
Brian.