IFetchRequestTQueried, TFetch - интерфейс

Пространство имён:  Orchard.Data
Сборка:  EleWise.ELMA.SDK.Web (в EleWise.ELMA.SDK.Web.dll) Версия: 1.0.0.0
Синтаксис
C#
public interface IFetchRequest<TQueried, TFetch> : IOrderedQueryable<TQueried>, 
	IQueryable<TQueried>, IEnumerable<TQueried>, IEnumerable, IQueryable, 
	IOrderedQueryable

Параметры типа

TQueried
TFetch

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

Свойства
  ИмяОписание
Открытое свойствоElementType
Gets the type of the element(s) that are returned when the expression tree associated with this instance of IQueryable is executed.
(Унаследован от IQueryable.)
Открытое свойствоExpression
Gets the expression tree that is associated with the instance of IQueryable.
(Унаследован от IQueryable.)
Открытое свойствоProvider
Gets the query provider that is associated with this data source.
(Унаследован от IQueryable.)
В начало страницы
Методы
  ИмяОписание
Открытый методGetEnumerator
Returns an enumerator that iterates through the collection.
(Унаследован от IEnumerableTQueried.)
В начало страницы
Методы расширения
  ИмяОписание
Открытый метод расширенияAggregate
Calculates the results of given aggregates functions on a sequence of elements.
(Определяется QueryableExtensions.)
Открытый метод расширенияConsolidateTQueried, TSecond, TResult (Определяется EnumerableExtensions.)
Открытый метод расширенияCount
Returns the number of elements in a sequence.
(Определяется QueryableExtensions.)
Открытый метод расширенияCreateGridDataTQueried (Определяется GridDataExtensions.)
Открытый метод расширенияEachTQueried(ActionTQueried, Int32)Перегружен. (Определяется EnumerableExtensions.)
Открытый метод расширенияEachTQueried(ActionTQueried)Перегружен.
Executes the provided delegate for each item.
(Определяется EnumerableExtensions.)
Открытый метод расширенияElementAt
Returns the element at a specified index in a sequence.
(Определяется QueryableExtensions.)
Открытый метод расширенияFetchTQueried, TRelated (Определяется RepositoryFetchingExtensionMethods.)
Открытый метод расширенияFetchManyTQueried, TRelated (Определяется RepositoryFetchingExtensionMethods.)
Открытый метод расширенияGroupBy(LambdaExpression)Перегружен.
Groups the elements of a sequence according to a specified key selector function.
(Определяется QueryableExtensions.)
Открытый метод расширенияGroupBy(IEnumerableGroupDescriptor)Перегружен.
Groups the elements of a sequence according to a specified groupDescriptors.
(Определяется QueryableExtensions.)
Открытый метод расширенияGroupBy(IQueryable, IEnumerableGroupDescriptor)Перегружен. (Определяется QueryableExtensions.)
Открытый метод расширенияInvokeTQueried(ActionTQueried, ILogger)Перегружен.
Safely invoke methods by catching non fatal exceptions and logging them
(Определяется InvokeExtensions.)
Открытый метод расширенияInvokeTQueried, TResult(FuncTQueried, TResult, ILogger)Перегружен. (Определяется InvokeExtensions.)
Открытый метод расширенияIsAccessibleTQueried
Verifies whether collection of INavigatable objects is accessible.
(Определяется NavigatableExtensions.)
Открытый метод расширенияOrderBy(LambdaExpression)Перегружен.
Sorts the elements of a sequence in ascending order according to a key.
(Определяется QueryableExtensions.)
Открытый метод расширенияOrderBy(LambdaExpression, NullableListSortDirection)Перегружен. (Определяется QueryableExtensions.)
Открытый метод расширенияOrderByDependenciesAndPrioritiesTQueried
Sort a collection of elements "by dependency order". By passing a lambda which determines if an element is a dependency of another, this algorithm will return the collection of elements sorted so that a given element in the sequence doesn't depend on any other element further in the sequence.
(Определяется DependencyOrdering.)
Открытый метод расширенияOrderByDescending
Sorts the elements of a sequence in descending order according to a key.
(Определяется QueryableExtensions.)
Открытый метод расширенияPage
Pages through the elements of a sequence until the specified pageIndex using pageSize.
(Определяется QueryableExtensions.)
Открытый метод расширенияRepeatTQueried
Повторить код размеки для каждого элемента перечисления
(Определяется RazorExtensions.)
Открытый метод расширенияSelect
Projects each element of a sequence into a new form.
(Определяется QueryableExtensions.)
Открытый метод расширенияSelectRecursiveTQueried (Определяется EnumerableExtensions.)
Открытый метод расширенияSkip
Bypasses a specified number of elements in a sequence and then returns the remaining elements.
(Определяется QueryableExtensions.)
Открытый метод расширенияSort
Sorts the elements of a sequence using the specified sort descriptors.
(Определяется QueryableExtensions.)
Открытый метод расширенияTake
Returns a specified number of contiguous elements from the start of a sequence.
(Определяется QueryableExtensions.)
Открытый метод расширенияToGridModel(GridState)Перегружен. (Определяется QueryableExtensions.)
Открытый метод расширенияToGridModel(Int32, Int32, String, String, String)Перегружен. (Определяется QueryableExtensions.)
Открытый метод расширенияToGridModel(Int32, Int32, IListSortDescriptor, IEnumerableIFilterDescriptor, IEnumerableGroupDescriptor)Перегружен. (Определяется QueryableExtensions.)
Открытый метод расширенияToIList
Creates a IList from an IQueryable where T is ElementType.
(Определяется QueryableExtensions.)
Открытый метод расширенияToReadOnlyCollectionTQueriedПерегружен. (Определяется ReadOnlyCollectionExtensions.)
Открытый метод расширенияToReadOnlyCollectionTQueriedПерегружен. (Определяется EnumerableExtensions.)
Открытый метод расширенияWhere(Expression)Перегружен.
Filters a sequence of values based on a predicate.
(Определяется QueryableExtensions.)
Открытый метод расширенияWhere(IEnumerableIFilterDescriptor)Перегружен.
Filters a sequence of values based on a collection of IFilterDescriptor.
(Определяется QueryableExtensions.)
В начало страницы
См. также