C# Класс Sakura.AspNetCore.DynamicPagedListExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
GoToFirstPage ( this pagedList ) : void

Move the paged list to the first page.

GoToLastPage ( this pagedList ) : void

Move the paged list to the last page.

GoToNextPage ( this pagedList ) : bool

Move the paged list to the next page.

GoToPreviousPage ( this pagedList ) : bool

Move the paged list to the previous page.

Приватные методы

Метод Описание
CheckArgument ( IDynamicPagedList pagedList ) : void

Check the argument.

Описание методов

GoToFirstPage() публичный статический Метод

Move the paged list to the first page.
is null.
public static GoToFirstPage ( this pagedList ) : void
pagedList this The paged list to be moving.
Результат void

GoToLastPage() публичный статический Метод

Move the paged list to the last page.
is null.
public static GoToLastPage ( this pagedList ) : void
pagedList this The paged list to be moving.
Результат void

GoToNextPage() публичный статический Метод

Move the paged list to the next page.
is null.
public static GoToNextPage ( this pagedList ) : bool
pagedList this The paged list to be moving.
Результат bool

GoToPreviousPage() публичный статический Метод

Move the paged list to the previous page.
is null.
public static GoToPreviousPage ( this pagedList ) : bool
pagedList this The paged list to be moving.
Результат bool