Grouping(PropertyDefinitionBase, SortDirection, PropertyDefinitionBase, AggregateType) - конструктор

Initializes a new instance of the Grouping class.

Definition

Пространство имён: Tessa.Exchange.WebServices.Data
Сборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
C#
public Grouping(
	PropertyDefinitionBase groupOn,
	SortDirection sortDirection,
	PropertyDefinitionBase aggregateOn,
	AggregateType aggregateType
)

Параметры

groupOn  PropertyDefinitionBase
The property to group on.
sortDirection  SortDirection
The sort direction.
aggregateOn  PropertyDefinitionBase
The property to aggregate on.
aggregateType  AggregateType
The type of aggregate to calculate.

См. также