Для изменения размера нажмите или перетащите

OrderByCollection - класс

Represents an ordered collection of property definitions qualified with a sort direction.
Иерархия наследования
SystemObject
  Tessa.Exchange.WebServices.DataOrderByCollection

Пространство имён:  Tessa.Exchange.WebServices.Data
Сборка:  Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис
public sealed class OrderByCollection : IEnumerable<KeyValuePair<PropertyDefinitionBase, SortDirection>>, 
	IEnumerable

Тип OrderByCollection предоставляет следующие члены.

Свойства
  ИмяОписание
Открытое свойствоCount
Gets the number of elements contained in the collection.
Открытое свойствоItem
Gets the element at the specified index from the collection.
В начало страницы
Методы
  ИмяОписание
Открытый методAdd
Adds the specified property definition / sort direction pair to the collection.
Открытый методClear
Removes all elements from the collection.
Открытый методEquals
Determines whether the specified object is equal to the current object.
(Унаследован от Object.)
Защищённый методFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Унаследован от Object.)
Открытый методGetEnumerator
Returns an enumerator that iterates through the collection.
Открытый методGetHashCode
Serves as the default hash function.
(Унаследован от Object.)
Открытый методGetType
Gets the Type of the current instance.
(Унаследован от Object.)
Защищённый методMemberwiseClone
Creates a shallow copy of the current Object.
(Унаследован от Object.)
Открытый методRemove
Removes the specified property definition from the collection.
Открытый методRemoveAt
Removes the element at the specified index from the collection.
Открытый методToString
Returns a string that represents the current object.
(Унаследован от Object.)
Открытый методTryGetValue
Tries to get the value for a property definition in the collection.
В начало страницы
Методы расширения
  ИмяОписание
Открытый метод расширенияDistinctByKeyValuePairPropertyDefinitionBase, SortDirection, TKey (Определяется FmNotificationHelper.)
Открытый метод расширенияForEachKeyValuePairPropertyDefinitionBase, SortDirection (Определяется EnumerableExtensions.)
Открытый метод расширенияFullOuterJoinKeyValuePairPropertyDefinitionBase, SortDirection, TInner, TKey, TResult (Определяется Extensions.)
Открытый метод расширенияGet (Определяется ComHelper.)
Открытый метод расширенияIndexOfKeyValuePairPropertyDefinitionBase, SortDirection(FuncKeyValuePairPropertyDefinitionBase, SortDirection, Boolean)Перегружен.
Возвращает индекс первого вхождения элемента в последовательность, определяемый посредством заданного выражения.
(Определяется Extensions.)
Открытый метод расширенияIndexOfKeyValuePairPropertyDefinitionBase, SortDirection(KeyValuePairPropertyDefinitionBase, SortDirection, IEqualityComparerKeyValuePairPropertyDefinitionBase, SortDirection)Перегружен.
Возвращает индекс первого вхождения элемента в последовательность, определяемый посредством заданного компаратора IEqualityComparerT.
(Определяется Extensions.)
Открытый метод расширенияInternalMarkerCanvas
Возвращает маркер аннотации
(Определяется AnnotationInternalsAccessor.)
Открытый метод расширенияInvoke (Определяется ComHelper.)
Открытый метод расширенияOrderByDependenciesKeyValuePairPropertyDefinitionBase, SortDirection(FuncKeyValuePairPropertyDefinitionBase, SortDirection, IEnumerableKeyValuePairPropertyDefinitionBase, SortDirection)Перегружен. (Определяется Extensions.)
Открытый метод расширенияOrderByDependenciesKeyValuePairPropertyDefinitionBase, SortDirection(FuncKeyValuePairPropertyDefinitionBase, SortDirection, IEnumerableKeyValuePairPropertyDefinitionBase, SortDirection, FuncKeyValuePairPropertyDefinitionBase, SortDirection, IEnumerableKeyValuePairPropertyDefinitionBase, SortDirection, KeyValuePairPropertyDefinitionBase, SortDirection)Перегружен. (Определяется Extensions.)
Открытый метод расширенияOrderByDependenciesKeyValuePairPropertyDefinitionBase, SortDirection, TKey(FuncKeyValuePairPropertyDefinitionBase, SortDirection, TKey, FuncKeyValuePairPropertyDefinitionBase, SortDirection, IEnumerableTKey)Перегружен. (Определяется Extensions.)
Открытый метод расширенияOrderByDependenciesKeyValuePairPropertyDefinitionBase, SortDirection, TKey(FuncKeyValuePairPropertyDefinitionBase, SortDirection, TKey, FuncKeyValuePairPropertyDefinitionBase, SortDirection, IEnumerableTKey, IEqualityComparerTKey, FuncKeyValuePairPropertyDefinitionBase, SortDirection, IEnumerableTKey, KeyValuePairPropertyDefinitionBase, SortDirection)Перегружен. (Определяется Extensions.)
Открытый метод расширенияOrderByLocalizedKeyValuePairPropertyDefinitionBase, SortDirection
Сортирует значения последовательности по возрастанию по локализованному ключу, который определяется для каждого элемента.
(Определяется PlatformExtensions.)
Открытый метод расширенияOrderByLocalizedDescendingKeyValuePairPropertyDefinitionBase, SortDirection
Сортирует значения последовательности по убыванию по локализованному ключу, который определяется для каждого элемента.
(Определяется PlatformExtensions.)
Открытый метод расширенияRunWithMaxDegreeOfParallelismAsyncKeyValuePairPropertyDefinitionBase, SortDirection
Выполняет асинхронную обработку элементов с ограничением на максимальное количество параллельных задач.
(Определяется PlatformExtensions.)
Открытый метод расширенияSet (Определяется ComHelper.)
Открытый метод расширенияToObservableCollectionKeyValuePairPropertyDefinitionBase, SortDirection
Преобразует коллекцию IEnumerable в ObservableCollection
(Определяется Extensions.)
Открытый метод расширенияToSealableListKeyValuePairPropertyDefinitionBase, SortDirection
Возвращает список объектов, поддерживающий защиту от изменений. Каждый из объектов T в списке либо не реализует интерфейс ISealable, либо защита от изменений таких объектов не активируется вместе со списком.
(Определяется Extensions.)
Открытый метод расширенияTryFirstKeyValuePairPropertyDefinitionBase, SortDirection (Определяется EnumerableExtensions.)
В начало страницы
См. также