Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Creating Class Libraries
Message
From
15/04/2003 15:51:13
Jason Mesches
Ocean Systems Engineering Corporation
Carlsbad, California, United States
 
 
To
15/04/2003 13:58:46
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Miscellaneous
Thread ID:
00777913
Message ID:
00778005
Views:
19
Hello, Glen

Other than naming the correct parent class in the code, all you should have to do is add your "using" namespace commands. So far, we've found these namespaces useful to add to each of our subclasses by default:
using System;
using System.Data;

using OakLeaf.MM.Main.Business;
using OakLeaf.MM.Main.Business.Data;
Hope that helps,
---J

>To All:
>
>I'm currently creating class libraries that contain subclasses of Mere Mortals classes to give us another degree of separation and extensibility. Is there anything I should know, or be doing, to insure that I have all of the parent class functionalities?
>
>By the way, this is a great product.
>
>Thanks & Regards,
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform