Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
PrimaryBizObject
Message
 
 
To
All
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Title:
PrimaryBizObject
Miscellaneous
Thread ID:
01327814
Message ID:
01327814
Views:
46
On a few part of the code I have this call that retrieves all entityes of an BO

this.[BO name].GetAllEntities();

I would like to use some "generic" way so that I can copy/paste this piece of code to new forms, without modifying the BO name.

So is there a way to do something like this:

this.PrimaryBizObj.GetAllEntities();

This above line does not work because this.PrimaryBizObj is of type mmBaseBusinessObject and GetAllEntities() is a method of the specific BO entity type.
---------------------------
Maurizio Domba
CRON d.o.o. Rovinj, Croatia
http://wanip.info
Next
Reply
Map
View

Click here to load this message in the networking platform