Для изменения размера нажмите или перетащите

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

Initializes a new instance of the Grouping class.

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

Параметры

groupOn
Тип: Tessa.Exchange.WebServices.DataPropertyDefinitionBase
The property to group on.
sortDirection
Тип: Tessa.Exchange.WebServices.DataSortDirection
The sort direction.
aggregateOn
Тип: Tessa.Exchange.WebServices.DataPropertyDefinitionBase
The property to aggregate on.
aggregateType
Тип: Tessa.Exchange.WebServices.DataAggregateType
The type of aggregate to calculate.
См. также