Class PaginationRequestValidator<TPayload>
Custom validator for the PaginationRequest payload object.
Inheritance
System.Object
PaginationRequestValidator<TPayload>
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()