Show / Hide Table of Contents

Class PaginationRequest<TEntity>

Payload base class for all requests implementing pagination.

Inheritance
System.Object
PaginationRequest
PaginationRequest<TEntity>
Inherited Members
PaginationRequest.PageNumber
PaginationRequest.PageSize
PaginationRequest.SortKey
PaginationRequest.SortDirection
PaginationRequest.IsAscending
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Celerik.NetCore.Services
Assembly: cs.temp.dll.dll
Syntax
public class PaginationRequest<TEntity> : PaginationRequest
Type Parameters
Name Description
TEntity

The type of the entity against we are sorting.

In This Article
Back to top Generated by DocFX