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
)
Public Sub New (
groupOn As PropertyDefinitionBase,
sortDirection As SortDirection,
aggregateOn As PropertyDefinitionBase,
aggregateType As AggregateType
)
public:
Grouping(
PropertyDefinitionBase^ groupOn,
SortDirection sortDirection,
PropertyDefinitionBase^ aggregateOn,
AggregateType aggregateType
)
new :
groupOn : PropertyDefinitionBase *
sortDirection : SortDirection *
aggregateOn : PropertyDefinitionBase *
aggregateType : AggregateType -> Grouping
Параметры
- 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.
См. также