OrderByCollection - класс

Represents an ordered collection of property definitions qualified with a sort direction.

Definition

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

Свойства

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.
EqualsDetermines whether the specified object is equal to the current object.
(Унаследован от Object)
FinalizeAllows 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.
GetHashCodeServes as the default hash function.
(Унаследован от Object)
GetTypeGets the Type of the current instance.
(Унаследован от Object)
MemberwiseCloneCreates 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.
ToStringReturns a string that represents the current object.
(Унаследован от Object)
TryGetValue Tries to get the value for a property definition in the collection.

Методы расширения

AsArrayKeyValuePairPropertyDefinitionBase, SortDirection Преобразует коллекцию в массив. В случае, если коллекция не является массивом, к ней применяется ToArrayTSource(IEnumerableTSource).
(Определяется EnumerableExtensions)
ForEachKeyValuePairPropertyDefinitionBase, SortDirection Выполняет указанное действие с каждым элементом коллекции IEnumerableT.
(Определяется EnumerableExtensions)
FullOuterJoinKeyValuePairPropertyDefinitionBase, SortDirection, TInner, TKey, TResult
(Определяется Extensions)
Get
(Определяется ComHelper)
IndexOfKeyValuePairPropertyDefinitionBase, SortDirection Возвращает индекс первого вхождения элемента в последовательность, определяемый посредством заданного выражения.
(Определяется Extensions)
IndexOfKeyValuePairPropertyDefinitionBase, SortDirection Возвращает индекс первого вхождения элемента в последовательность, определяемый посредством заданного компаратора IEqualityComparerT.
(Определяется Extensions)
InternalMarkerCanvas Возвращает маркер аннотации
(Определяется AnnotationInternalsAccessor)
Invoke
(Определяется ComHelper)
OrderByDependenciesKeyValuePairPropertyDefinitionBase, SortDirection
(Определяется Extensions)
OrderByDependenciesKeyValuePairPropertyDefinitionBase, SortDirection
(Определяется Extensions)
OrderByDependenciesKeyValuePairPropertyDefinitionBase, SortDirection, TKey
(Определяется Extensions)
OrderByDependenciesKeyValuePairPropertyDefinitionBase, SortDirection, TKey
(Определяется Extensions)
OrderByLocalizedKeyValuePairPropertyDefinitionBase, SortDirection Сортирует значения последовательности по возрастанию по локализованному ключу, который определяется для каждого элемента.
(Определяется PlatformExtensions)
OrderByLocalizedDescendingKeyValuePairPropertyDefinitionBase, SortDirection Сортирует значения последовательности по убыванию по локализованному ключу, который определяется для каждого элемента.
(Определяется PlatformExtensions)
RunWithMaxDegreeOfParallelismAsyncKeyValuePairPropertyDefinitionBase, SortDirection Выполняет асинхронную обработку элементов с ограничением на максимальное количество параллельных задач.
(Определяется PlatformExtensions)
Set
(Определяется ComHelper)
ToDictionaryAsyncKeyValuePairPropertyDefinitionBase, SortDirection, TKey, TElement Создает словарь DictionaryTKey, TValue из объекта IEnumerableT в соответствии с заданными функциями синхронного селектора ключа и асинхронного селектора значения.
(Определяется PlatformExtensions)
ToObservableCollectionKeyValuePairPropertyDefinitionBase, SortDirection Преобразует коллекцию IEnumerable в ObservableCollection
(Определяется Extensions)
ToSealableListKeyValuePairPropertyDefinitionBase, SortDirection Возвращает список объектов, поддерживающий защиту от изменений. Каждый из объектов T в списке либо не реализует интерфейс ISealable, либо защита от изменений таких объектов не активируется вместе со списком.
(Определяется Extensions)
TryFirstKeyValuePairPropertyDefinitionBase, SortDirection Возвращает первый элемент последовательности, удовлетворяющий условию.
(Определяется EnumerableExtensions)
TrySingleOrDefaultKeyValuePairPropertyDefinitionBase, SortDirection Возвращает единственный конкретный элемент коллекции или значение по умолчанию для типа, если этот элемент не найден.
(Определяется EnumerableExtensions)

См. также