Recursively copies data from the incoming domain object list 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 IList<T> FilterList<T>(
IList<T> items,
byte level
)
where T : Dtobase
Public Function FilterList(Of T As Dtobase) (
items As IList(Of T),
level As Byte
) As IList(Of T)
Parameters
- items
- Type: System.Collections.GenericIListT
incoming domain object list - level
- Type: SystemByte
serialization level
Type Parameters
- T
- type of the domain object
Return Value
Type:
IListToutgoing domain object list
Implements
IMapperFilterListT(IListT, Byte)
See Also