Show / Hide Table of Contents

Class PaginationRequestValidator<TPayload>

Custom validator for the PaginationRequest payload object.

Inheritance
System.Object
PaginationRequestValidator<TPayload>
PaginationRequestValidator<TPayload, TEntity>
Namespace: Celerik.NetCore.Services
Assembly: cs.temp.dll.dll
Syntax
public class PaginationRequestValidator<TPayload> : AbstractValidator<TPayload> where TPayload : PaginationRequest
Type Parameters
Name Description
TPayload

The type of the payload object.

Constructors

PaginationRequestValidator()

Initializes a new instance of the class.

Declaration
public PaginationRequestValidator()
In This Article
Back to top Generated by DocFX