public sealed class OrderByCollection : IEnumerable<KeyValuePair<PropertyDefinitionBase, SortDirection>>,
IEnumerablePublic NotInheritable Class OrderByCollection
Implements IEnumerable(Of KeyValuePair(Of PropertyDefinitionBase, SortDirection)),
IEnumerablepublic ref class OrderByCollection sealed : IEnumerable<KeyValuePair<PropertyDefinitionBase^, SortDirection>>,
IEnumerable[<SealedAttribute>]
type OrderByCollection =
class
interface IEnumerable<KeyValuePair<PropertyDefinitionBase, SortDirection>>
interface IEnumerable
end| 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. |
| AllOrNullKeyValuePairPropertyDefinitionBase, SortDirection |
Определяет отвечают ли все элементы последовательности переданному предикату.
(Определяется PlatformExtensions) |
| AsArrayKeyValuePairPropertyDefinitionBase, SortDirection |
Преобразует перечисление в массив. В случае, если перечисление не является массивом, к нему применяется ToArrayTSource(IEnumerableTSource).
(Определяется CollectionsExtensions) |
| AsArrayOrIListKeyValuePairPropertyDefinitionBase, SortDirection |
Преобразует перечисление в список IListT, доступный только для чтения, или в массив.
В случае, если перечисление не является списком или массивом, к нему применяется ToArrayTSource(IEnumerableTSource).
(Определяется CollectionsExtensions) |
| AsReadOnlyCollectionKeyValuePairPropertyDefinitionBase, SortDirection |
Преобразует перечисление в коллекцию, доступную только для чтения.
В случае, если перечисление не является коллекцией IReadOnlyCollectionT,
но является объектом IListT, к нему применяется AsReadOnlyT(IListT),
иначе к нему применяется ToImmutableListTSource(IEnumerableTSource).
(Определяется CollectionsExtensions) |
| AsReadOnlyListKeyValuePairPropertyDefinitionBase, SortDirection |
Преобразует перечисление в список, доступный только для чтения.
В случае, если перечисление не является списком IReadOnlyListT,
но является объектом IListT, к нему применяется AsReadOnlyT(IListT),
иначе к нему применяется ToImmutableListTSource(IEnumerableTSource).
(Определяется CollectionsExtensions) |
| ForEachKeyValuePairPropertyDefinitionBase, SortDirection |
Выполняет указанное действие с каждым элементом коллекции IEnumerableT.
(Определяется CollectionsExtensions) |
| FullOuterJoinKeyValuePairPropertyDefinitionBase, SortDirection, TInner, TKey, TResult |
Объединяет две последовательности по алгоритму FULL OUTER JOIN.
(Определяется CollectionsExtensions) |
| IndexOfKeyValuePairPropertyDefinitionBase, SortDirection |
Возвращает индекс первого вхождения элемента в последовательность, определяемый
посредством заданного выражения.
(Определяется CollectionsExtensions) |
| IndexOfKeyValuePairPropertyDefinitionBase, SortDirection |
Возвращает индекс первого вхождения элемента в последовательность, определяемый
посредством заданного компаратора IEqualityComparerT.
(Определяется CollectionsExtensions) |
| OrderByAttributeAndTypeKeyValuePairPropertyDefinitionBase, SortDirection | Сортирует элементы с учётом атрибута OrderAttribute на типах объектов. Если атрибут отсутствует или элемент равен null - подразумевается 0. Если несколько зависимостей имеют одинаковый порядок, то они сортируются по краткому имени типа элемента (без пространства имён), а при его совпадении - по квалифицированному имени типа (с учётом пространства имён и названия сборки). (Определяется PlatformExtensions) |
| OrderByDbmsBaseKeyValuePairPropertyDefinitionBase, SortDirection |
Метод для сортировки списка в порядке по возрастанию с учётом особенностей СУБД.
(Определяется DataExtensions) |
| OrderByDependenciesKeyValuePairPropertyDefinitionBase, SortDirection | (Определяется CollectionsExtensions) |
| OrderByDependenciesKeyValuePairPropertyDefinitionBase, SortDirection | (Определяется CollectionsExtensions) |
| OrderByDependenciesKeyValuePairPropertyDefinitionBase, SortDirection, TKey | (Определяется CollectionsExtensions) |
| OrderByDependenciesKeyValuePairPropertyDefinitionBase, SortDirection, TKey | (Определяется CollectionsExtensions) |
| OrderByDescendingDbmsBaseKeyValuePairPropertyDefinitionBase, SortDirection |
Метод для сортировки списка в порядке по убыванию с учётом особенностей СУБД.
(Определяется DataExtensions) |
| OrderByLocalizedKeyValuePairPropertyDefinitionBase, SortDirection |
Сортирует значения последовательности по возрастанию по локализованному ключу,
который определяется для каждого элемента.
(Определяется PlatformExtensions) |
| OrderByLocalizedDescendingKeyValuePairPropertyDefinitionBase, SortDirection |
Сортирует значения последовательности по убыванию по локализованному ключу,
который определяется для каждого элемента.
(Определяется PlatformExtensions) |
| OrderByNoteItemGroupKeyValuePairPropertyDefinitionBase, SortDirection |
Сортирует объекты по группе NoteItemGroup с учётом переданного порядка групп orderedGroups.
(Определяется NotesExtensions) |
| RunWithMaxDegreeOfParallelismAsyncKeyValuePairPropertyDefinitionBase, SortDirection |
Выполняет асинхронную обработку элементов с ограничением на максимальное количество параллельных задач.
(Определяется PlatformExtensions) |
| ToDictionaryAsyncKeyValuePairPropertyDefinitionBase, SortDirection, TKey, TElement |
Создает словарь DictionaryTKey, TValue из объекта IEnumerableT
в соответствии с заданными функциями синхронного селектора ключа и асинхронного селектора значения.
(Определяется PlatformExtensions) |
| ToObservableCollectionKeyValuePairPropertyDefinitionBase, SortDirection |
Преобразует коллекцию IEnumerable в ObservableCollection
(Определяется CollectionsExtensions) |
| ToSealableListKeyValuePairPropertyDefinitionBase, SortDirection |
Возвращает список объектов, поддерживающий защиту от изменений.
Каждый из объектов T в списке либо не реализует интерфейс ISealable,
либо защита от изменений таких объектов не активируется вместе со списком.
(Определяется CollectionsExtensions) |
| TryFirstKeyValuePairPropertyDefinitionBase, SortDirection |
Возвращает первый элемент последовательности, удовлетворяющий условию.
(Определяется CollectionsExtensions) |
| TrySingleOrDefaultKeyValuePairPropertyDefinitionBase, SortDirection |
Возвращает единственный конкретный элемент коллекции или значение по умолчанию для типа, если этот элемент не найден.
(Определяется CollectionsExtensions) |
| WithPreviousAndNextKeyValuePairPropertyDefinitionBase, SortDirection | (Определяется EnumerableExtensions) |