Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Inherit a class from a MMBusiness inherited class.
Message
From
10/03/2004 11:01:17
 
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Miscellaneous
Thread ID:
00884365
Message ID:
00884846
Views:
14
Sorry for the "beginner" level lesson, Nuri ... but from your initial question, I had no idea what else you could be asking about, so I gave the simplest answer.

Now, this second question that you're asking, I'm not sure I follow you there either. Are you asking how to handle manage the data in the Parent class, Person, even though the table name in the sub-class, VIPerson, is a different table?

If so, I think a lot depends on how the MMBusiness class works with it's data and unfortunately I don't use MM, so I can't help you there.

If that's *not* what you're asking about, then could you rephrase the question please?

~~Bonnie

>Hello,
>Thank you for "beginner" level C# lesson about Inheritance.
>But i'm wondering that inherit MMBusiness inherit which is the class "business tier" and "data tier" composition which has got possible ctor,
>
>this.TableName = "Person"
>this.PrimaryKey = "PersonPK"
>
>therefor child class VIPerson has got
>
>this.TableName = "VIP"
>this.PrimaryKey = "VIPPK"
>
>how can i manage this table combination same class? Any idea?
>
>Sincerly
Bonnie Berent DeWitt
NET/C# MVP since 2003

http://geek-goddess-bonnie.blogspot.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform