P
Patrick
Hello All,
Does anyone know what order GetProperties() returns public properties in?
I'm using custom Attributes on the properties of my Business objects
(NHibernate) to let me know if they should be displayed in a grid or not. I
would like them to display in the order in which I've defined them in the
class, but GetProperties() seems to return the properties "out of whack"
from how I've coded them. Is there any kind of ordinal property or something
to that effect?
Any help is greatly appreciated
Sincerely,
Patrick
Does anyone know what order GetProperties() returns public properties in?
I'm using custom Attributes on the properties of my Business objects
(NHibernate) to let me know if they should be displayed in a grid or not. I
would like them to display in the order in which I've defined them in the
class, but GetProperties() seems to return the properties "out of whack"
from how I've coded them. Is there any kind of ordinal property or something
to that effect?
Any help is greatly appreciated
Sincerely,
Patrick