Uses of Class
microsoft.exchange.webservices.data.core.enumeration.search.SortDirection
-
Packages that use SortDirection Package Description microsoft.exchange.webservices.data.core.enumeration.search microsoft.exchange.webservices.data.search -
-
Uses of SortDirection in microsoft.exchange.webservices.data.core.enumeration.search
Methods in microsoft.exchange.webservices.data.core.enumeration.search that return SortDirection Modifier and Type Method Description static SortDirectionSortDirection. 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. -
Uses of SortDirection in microsoft.exchange.webservices.data.search
Methods in microsoft.exchange.webservices.data.search that return SortDirection Modifier and Type Method Description SortDirectionGrouping. getSortDirection()Gets the Sort Direction.Methods in microsoft.exchange.webservices.data.search that return types with arguments of type SortDirection Modifier and Type Method Description 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.search with parameters of type SortDirection Modifier and Type Method Description voidOrderByCollection. add(PropertyDefinitionBase propertyDefinition, SortDirection sortDirection)Adds the specified property definition / sort direction pair to the collection.voidGrouping. setSortDirection(SortDirection sortDirection)Sets the Sort Direction.Method parameters in microsoft.exchange.webservices.data.search with type arguments of type SortDirection Modifier and Type Method Description booleanOrderByCollection. tryGetValue(PropertyDefinitionBase propertyDefinition, OutParam<SortDirection> sortDirection)Tries to get the value for a property definition in the collection.Constructors in microsoft.exchange.webservices.data.search with parameters of type SortDirection Constructor Description Grouping(PropertyDefinitionBase groupOn, SortDirection sortDirection, PropertyDefinitionBase aggregateOn, AggregateType aggregateType)Initializes a new instance of the "Grouping" class.
-