Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
RegisterPrimaryBizObj with mmBaseWindow
Message
 
À
12/11/2008 16:13:48
Timothy Bryan
Sharpline Consultants
Conroe, Texas, États-Unis
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Versions des environnements
Environment:
C# 3.0
OS:
Windows XP SP2
Network:
Windows 2008 Server
Database:
MS SQL Server
Divers
Thread ID:
01361384
Message ID:
01361485
Vues:
13
>You could always add your own Save method to the MainForm if you need to save and ultimately it would just call a save on the business object.
>
>I access business objects from classess other than forms all the time and it is perfectly fine. If you do need to do a save there are save methods on the business object also. They just don't have UI stuff in them. When you call the Form level Save you get some UI stuff.
>
>When you have a free moment or two, open the Mere Mortals Framework Windows Forms solution and look at the Save() methods of mmBusinessForm. Ultimately they just call a save method on the business object such as BizObj.SaveDataSet. If you don't have a form involved then you can just call these methods directly on the business object. Just remember you need to check business rules and deal with broken rules.
>
>I hope that helps. Have fun
>Tim

Thank you very much!
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform