IMapper Interface |
Namespace: Jeneva
The IMapper type exposes the following members.
Name | Description | |
---|---|---|
FilterT |
If implementd, recursively copies data from the incoming domain object to the outgoing one, taking serialization levels into account.
If a property does not conform to the requested serialization level - it will be assigned NULL.
Must be called before sending data to client.
| |
FilterListT |
If implementd, recursively copies data from the incoming domain object list to the outgoing one, taking serialization levels into account.
If a property does not conform to the requested serialization level - it will be assigned NULL.
Must be called before sending data to client.
| |
MapT |
If implementd, recursively goes through fields of incoming domain object and assigns (back-references) parents to nested objects.
Must be called before on incoming data for inserts.
| |
MapToT |
If implementd, recursively copies fields from the incoming domain object to the persistent dsestination object.
Must be called on incoming data for updates.
| |
MapToCollectionT |
If implementd, recursively copies fields from incoming collection of domain objects to the persistent collection.
Must be called on incoming data for updates.
|