Click or drag to resize
IMapperMapToT Method
If implementd, recursively copies fields from the incoming domain object to the persistent dsestination object. Must be called on incoming data for updates.

Namespace: Jeneva
Assembly: Jeneva.Net-1.1 (in Jeneva.Net-1.1.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
void MapTo<T>(
	T source,
	T dest
)
where T : Dtobase

Parameters

source
Type: T
incoming source object must be Dtobase derived
dest
Type: T
persistent dets object must be Dtobase derived

Type Parameters

T
DTO object type
See Also