Class PaginationRequestValidator<TPayload, TEntity>
Custom validator for the PaginationRequest<TEntity> payload object.
Inheritance
System.Object
PaginationRequestValidator<TPayload>
PaginationRequestValidator<TPayload, TEntity>
Namespace: Celerik.NetCore.Services
Assembly: cs.temp.dll.dll
Syntax
public class PaginationRequestValidator<TPayload, TEntity> : PaginationRequestValidator<TPayload> where TPayload : PaginationRequest
Type Parameters
| Name | Description |
|---|---|
| TPayload | The type of the payload object. |
| TEntity | The type of the entity against we validate wich columns are valid for the "SortKey" property. |
Constructors
PaginationRequestValidator()
Initializes a new instance of the class.
Declaration
public PaginationRequestValidator()