Uses of Class
microsoft.exchange.webservices.data.AggregateType

Uses of AggregateType in microsoft.exchange.webservices.data
 

Methods in microsoft.exchange.webservices.data that return AggregateType
 AggregateType Grouping.getAggregateType()
          Gets the types of aggregate to calculate.
static AggregateType AggregateType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AggregateType[] AggregateType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in microsoft.exchange.webservices.data with parameters of type AggregateType
 void Grouping.setAggregateType(AggregateType aggregateType)
          Sets the types of aggregate to calculate.
 

Constructors in microsoft.exchange.webservices.data with parameters of type AggregateType
Grouping(PropertyDefinitionBase groupOn, SortDirection sortDirection, PropertyDefinitionBase aggregateOn, AggregateType aggregateType)
          Initializes a new instance of the "Grouping" class.
 



Copyright © 2012. All Rights Reserved.