Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Getting the sub class name from the class
Message
From
30/01/2008 08:03:47
 
 
To
29/01/2008 16:11:31
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Environment versions
Environment:
VB 8.0
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01286914
Message ID:
01287049
Views:
12
Hi,

I think you could use 'BaseType' property, like
myClass.GetType().BaseType 
HTH

>Is there a way to get the sub class name from the class? I have a sub class named ListMember. This is inheriting from Framework.Framework.List class. At that level, I would like to detect the sub class name which is in this case defined as:
>
>
>Public Class ListMember
>    Inherits Framework.Framework.List
>
>
>The reason for that is that each sub class of the List class is defined in a List.dbf record table and I now need, for certain lists, to be able to get the List table primary key when sub list is being executed. So, I thought, without having to add a property in the List class and to update all my sub classes to define that propety, that I would be able to rely on the sub class name instead which is also part of the List.dbf table as a field which I can use to locate the record.
robert.oh.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform