Adaptive Object Modelling: Property Pattern
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. This approach uses a collection class that stores all of the properties for a business object. You will see my approach to doing this, as I modify it some from this approach. However, this is a great approach to allow for expandability in your objects. I am posting this now because this will be the next series of tests, and I happened to have been looking for this information. This will also be my series of next tests.