Click or drag to resize
IMapperFilterT Method
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.

Namespace: Jeneva
Assembly: Jeneva.Net-1.1 (in Jeneva.Net-1.1.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
T Filter<T>(
	T item,
	byte level
)
where T : Dtobase

Parameters

item
Type: T
incoming domain object
level
Type: SystemByte
serialization level

Type Parameters

T
DTO object type

Return Value

Type: T
outgoing domain object
See Also