M
MstrControl
Greetings All...
I'm creating a BaseClass that will connect to a database and retrieve
the all the properties values from it.
So far so good. All the inherited classes retrieve it values from the
database... IF the properties are PUBLIC.
I'm using Reflection GetProperties and GetMemebers to retrieve the list
of properties of each class.
But in some classes I need that the BaseClass being able to see the
Friend properties.
Just to be on the same page... All classes are in a single Assembly,
so, it SHOULD work.
Does anyone know how to retrieve a list of Frined properties?
I know it's possible because the Class Viewer shows everything... I
just don't know how yet.
Regards,
Paulo
I'm creating a BaseClass that will connect to a database and retrieve
the all the properties values from it.
So far so good. All the inherited classes retrieve it values from the
database... IF the properties are PUBLIC.
I'm using Reflection GetProperties and GetMemebers to retrieve the list
of properties of each class.
But in some classes I need that the BaseClass being able to see the
Friend properties.
Just to be on the same page... All classes are in a single Assembly,
so, it SHOULD work.
Does anyone know how to retrieve a list of Frined properties?
I know it's possible because the Class Viewer shows everything... I
just don't know how yet.
Regards,
Paulo