C# Class JE.TurningPages.Contracts.PageRequest

Mostrar archivo Open project: justeat/JE.TurningPages Class Usage Examples

Public Methods

Method Description
AllowedPageSize ( int maxSize ) : int
PageRequest ( )
PageRequest ( int page = 1, int pageSize = DefaultPageSize )

Method Details

AllowedPageSize() public method

public AllowedPageSize ( int maxSize ) : int
maxSize int
return int

PageRequest() public method

public PageRequest ( )

PageRequest() public method

public PageRequest ( int page = 1, int pageSize = DefaultPageSize )
page int
pageSize int