C# Class GriklyApi.Models.PagedModelRequest

Afficher le fichier Open project: Xormis/grikly-dotnet

Méthodes publiques

Méthode Description
PagedModelRequest ( int page, int pageSize, string sort )

Initializes a new instance of the PagedModelRequest class.

Method Details

PagedModelRequest() public méthode

Initializes a new instance of the PagedModelRequest class.
public PagedModelRequest ( int page, int pageSize, string sort )
page int The page.
pageSize int Size of the page.
sort string The sort.