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 11:34:51
 
 
To
30/01/2008 08:03:47
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:
01287122
Views:
16
Hi,

I *think* Michel needs the actual class name?
But myClass.GetType().Name would be good.

>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.
Previous
Reply
Map
View

Click here to load this message in the networking platform