Click or drag to resize

RemoteMapperGetSummaryT Method

Returns a single row RemoteMapper object filtered for the MapperSummary field. This method is called when the HTMLSummaryFlags.OneRow bit is set on the field.

Namespace:  NetQuarry.Net
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
protected static T GetSummary<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: T
A list of RemoteMapper objects.
See Also