Grouping(PropertyDefinitionBase, SortDirection, PropertyDefinitionBase, AggregateType) - конструктор
Initializes a new instance of the
Grouping class.
Пространство имён: Tessa.Exchange.WebServices.DataСборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
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 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.