Method | 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.
|
Method | Description | |
---|---|---|
CheckArgument ( IDynamicPagedList pagedList ) : void |
Check the argument.
|
public static GoToFirstPage ( this pagedList ) : void | ||
pagedList | this | The paged list to be moving. |
return | void |
public static GoToLastPage ( this pagedList ) : void | ||
pagedList | this | The paged list to be moving. |
return | void |
public static GoToNextPage ( this pagedList ) : bool | ||
pagedList | this | The paged list to be moving. |
return | bool |
public static GoToPreviousPage ( this pagedList ) : bool | ||
pagedList | this | The paged list to be moving. |
return | bool |