Hi,
I 'm encountered a problem while i'm mapping a property that is a custom collection class Similar post i found in the forum is
Strongly typed collection classes and OpenAccess forward mapping
The solution gave above is changed the data type of property from custom collection class to IList(of Object). But how if i want to maintain the structure of my classes and map it with OA? I want all the collection property refer to a custom collection class, so that i can add some generic function in it.
These are my classes.
BusinessBase Class:
BusinessCollection Class:
Guest Class:
Here is the Addresses property refered to custom collection class
Address Class:
AddressCollection Class: