Browse by Tags
All Tags »
Iterative Development »
Iterative Planning (
RSS)
Sorry, but there are no more tags available to filter with.
The approach to using the AOM Property model was this: I have a MetadataEntity object, which contains an attributes collection of type MetadataAttributeCollection, a collection of MetadataAttribute classes. This MetadataAttribute class has a Name, Type...
Before we continue on with the tests, I decided to post about the pattern I'm using. In reading more about patterns, I've decided to use this approach to properties in my business objects: http://www.codeproject.com/gen/design/AOM_Property.asp...
I'm using a custom collection class that I wrote previously to handle these sorting capabilities, mostly because I know how the class works, and so I'm comfortable and don't view it as a risk in my development process. But I don't have...