Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Accessing enitity data from within base class lib's
Message
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Divers
Thread ID:
01509247
Message ID:
01509504
Vues:
67
This message has been marked as the solution to the initial question of the thread.
Terry,

Another thought is to use reflection. For example, you can use the mmReflection class:
IBindingList entityList = mmReflection.GetPropertyValue(bizObj, "EntityList") as IBindingList;
Best Regards,
Kevin McNeish
Eight-Time .NET MVP
VFP and iOS Author, Speaker & Trainer
Oak Leaf Enterprises, Inc.
Chief Architect, MM Framework
http://www.oakleafsd.com
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform