Hi. Just a quick question. Should I be compiling my derived business objects in the same assembly as the framework? The reason I ask is that I'm having a problem seeing Friend properties from the point of view of a different assembly. ie. I'm trying to access members of a collection that are derived from business base and business collection base, respectively but exist in their own assembly. I would like to implement deferred deletion. However I don't see a way to access the methods in either the collection or the members to have them flagged as deleted, removed from the collection and added to the deleteditems list. I'm trying hard not to hack a public method.
Thanks
Thanks for the reply Dean. I realized from looking at the sample code that the issue was that my collection derives from collectionbase rather than bindablecollectionbase. I wasn't getting an OnRemove event. It appears that this event is the only way to get an object on the deleted list. Is there a way to do this without the event?
Thanks again
Copyright (c) Marimer LLC