Click or drag to resize

RemoteMapperGetSummaryListT Method

Returns a list of RemoteMapper objects filtered by the MapperSummary field.

Namespace:  NetQuarry.Net
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
protected static List<T> GetSummaryList<T>(
	IField fldSummary
)
where T : new(), RemoteMapper

Parameters

fldSummary
Type: NetQuarry.DataIField
The parent MapperSummary field.

Type Parameters

T
The type of RemoteMapper object that should be returned.

Return Value

Type: ListT
A list of RemoteMapper objects.
See Also