Recursively copies data from the incoming domain object to the outgoing one, taking serializations levels into account
Namespace: Jeneva.ImplAssembly: Jeneva.Net-1.1 (in Jeneva.Net-1.1.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic T Filter<T>(
T item,
byte level
)
where T : Dtobase
Public Function Filter(Of T As Dtobase) (
item As T,
level As Byte
) As T
Parameters
- item
- Type: T
incoming domain object - level
- Type: SystemByte
serialization level
Type Parameters
- T
- type of the domain object
Return Value
Type:
Toutgoing domain object
Implements
IMapperFilterT(T, Byte)
See Also