PropertyInfoManager and inheritance

PropertyInfoManager and inheritance

Old forum URL: forums.lhotka.net/forums/t/5528.aspx


dctc42 posted on Friday, October 03, 2008

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