Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Getting the sub class name from the class
Message
From
29/01/2008 16:11:31
 
 
To
All
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Title:
Getting the sub class name from the class
Environment versions
Environment:
VB 8.0
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01286914
Message ID:
01286914
Views:
59
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.
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Next
Reply
Map
View

Click here to load this message in the networking platform