Sorry to bring up the inheritance issue again. I think I'm just confused about what to expect from PropertyInfoManger.GetRegisteredProperties.
If A inherits from BusinessBase<T> and B inherits from A should PropertyInfoManger.GetRegisteredProperties(typeof(B)) return IPropertyInfo objects for both A and B or just B?
Copyright (c) Marimer LLC