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

Uses of SortDirection in microsoft.exchange.webservices.data
 

Methods in microsoft.exchange.webservices.data that return SortDirection
 SortDirection Grouping.getSortDirection()
          Gets the Sort Direction.
static SortDirection SortDirection.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SortDirection[] SortDirection.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in microsoft.exchange.webservices.data that return types with arguments of type SortDirection
 Iterator<Map<PropertyDefinitionBase,SortDirection>> OrderByCollection.getEnumerator()
          Returns an enumerator that iterates through the collection.
 Map<PropertyDefinitionBase,SortDirection> OrderByCollection.getPropertyDefinitionSortDirectionPair(int index)
          * Gets the element at the specified index from the collection.
 Iterator<Map<PropertyDefinitionBase,SortDirection>> OrderByCollection.iterator()
           
 

Methods in microsoft.exchange.webservices.data with parameters of type SortDirection
 void OrderByCollection.add(PropertyDefinitionBase propertyDefinition, SortDirection sortDirection)
          * Adds the specified property definition / sort direction pair to the collection.
 void Grouping.setSortDirection(SortDirection sortDirection)
          Sets the Sort Direction.
 

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



Copyright © 2012. All Rights Reserved.