Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Accessing enitity data from within base class lib's
Message
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Miscellaneous
Thread ID:
01509247
Message ID:
01509504
Views:
68
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform