Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Creating Class Libraries
Message
De
15/04/2003 15:51:13
Jason Mesches
Ocean Systems Engineering Corporation
Carlsbad, Californie, États-Unis
 
 
À
15/04/2003 13:58:46
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Divers
Thread ID:
00777913
Message ID:
00778005
Vues:
18
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,
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform