Hej hej,
I have some classes like this:
Resource
|
Person
/ \
Employee Visitor
Somewhere in my program I do like this: entity.GetType( ) (entity is type of Employee).
Right now I want to fetch the SuperType of Employee (Person).
Is that possible?
Greetz Jonathan
I have some classes like this:
Resource
|
Person
/ \
Employee Visitor
Somewhere in my program I do like this: entity.GetType( ) (entity is type of Employee).
Right now I want to fetch the SuperType of Employee (Person).
Is that possible?
Greetz Jonathan
Comment