Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Instantiating and using two instances of the same BO
Message
De
15/07/2009 16:50:27
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:
ASP.NET
OS:
Windows XP SP2
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Divers
Thread ID:
01412544
Message ID:
01412569
Vues:
48
Naomi, There would not be any reason to subclass the business object. The whole idea of a business object is to have a single source for control of the business rules. From the class you can instantiate several instances, but in this case that probably isn't the right approach either.
Tim

>Tegron,
>
>I apologize in advance if this is an incorrect suggestion, but by just reading your question I got the following idea - subclass the Request BO under different name, say, GuardianRequests.
>
>Perhaps this would then work.
>
>Though may be there are better methods available here.
>
>>Is there a way to instantiate a business object twice and use it with different values? I would appreciate any recommendations somone can offer.
>>
>>I have two tabs on a webform that contain two different grid items. I have created two different form-level variables and I retrieve data into these two business objects:
>>
>>e.g. this.IRequests & MCARequests
>>
>>The problem is I can only bind to one.
>>
>>They're instantiate like the following:
>>
>> this.IRequest = (Request)this.RegisterBizObj(new Request());
>> this.MCARequest = (Request)this.RegisterBizObj(new Request());
>>
>>I fill them like this:
>>
>> this.IRequest.GetRequestsByGuardianID(this.guardianID, 1);
>> this.MCARequest.GetRequestsByGuardianID(this.guardianID, 2);
>>
>>When I bind it only shows one business object available. Is there a way to display two different business objects that have different names, so tha tI can bind each grid to them. Currently they are both displaying the same data in both grids. If I can instantiate the same business object with a different name and register the two names with the form, I think that this would solve my problem.
Timothy Bryan
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform