C# Class Sakura.AspNetCore.DynamicPagedListExtensions

Afficher le fichier Open project: sgjsakura/AspNetCore

Méthodes publiques

Méthode Description
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.

Private Methods

Méthode Description
CheckArgument ( IDynamicPagedList pagedList ) : void

Check the argument.

Method Details

GoToFirstPage() public static méthode

Move the paged list to the first page.
is null.
public static GoToFirstPage ( this pagedList ) : void
pagedList this The paged list to be moving.
Résultat void

GoToLastPage() public static méthode

Move the paged list to the last page.
is null.
public static GoToLastPage ( this pagedList ) : void
pagedList this The paged list to be moving.
Résultat void

GoToNextPage() public static méthode

Move the paged list to the next page.
is null.
public static GoToNextPage ( this pagedList ) : bool
pagedList this The paged list to be moving.
Résultat bool

GoToPreviousPage() public static méthode

Move the paged list to the previous page.
is null.
public static GoToPreviousPage ( this pagedList ) : bool
pagedList this The paged list to be moving.
Résultat bool