Mapper Class |
Namespace: Jeneva.Impl
The Mapper type exposes the following members.
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
FilterT |
Recursively copies data from the incoming domain object to the outgoing one, taking serializations levels into account
| |
FilterListT |
Recursively copies data from the incoming domain object list to the outgoing one, taking serializations levels into account
| |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MapT |
Recursively goes through fields of incoming domain object and assigns parents to nested objects
| |
MapCollectionT |
Recursively goes through fields of incoming domain object collection and assigns parents to nested objects
| |
MapToT |
Recursively copies fields from incoming source object to persistent dest object.
| |
MapToCollectionT |
Recursively copies fields from incoming collection of domain objects to the persistent collection
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |