C# 클래스 SpeakFriend.Utilities.Pager

상속: IPager
파일 보기 프로젝트 열기: teamaton/speak-lib

공개 프로퍼티들

프로퍼티 타입 설명
QueryExpiredRequests bool

보호된 프로퍼티들

프로퍼티 타입 설명
_currentPage int
_isInSingleItemMode bool
_navigationPagerResultIndex int
_pageSize int

공개 메소드들

메소드 설명
FirstPage ( ) : void
GetPages ( int totalToShow ) : List

HasNextPage ( ) : bool
HasPreviousPage ( ) : bool
LastPage ( ) : void
NextPage ( ) : void
NextPage ( int amountOfPages ) : void

Flip forward by a positive number of pages.

Pager ( ) : System
PreviousPage ( ) : void
PreviousPage ( int amountOfPages ) : void

Flip backward by a positive number of pages.

SetItemsPerPage ( int itemsPerPage ) : Pager

비공개 메소드들

메소드 설명
GetLowerBoundOfPage ( int page ) : int
GetPages ( int startPage, int totalToShow ) : List
GetUpperBoundOfPage ( int page ) : int

메소드 상세

FirstPage() 공개 메소드

public FirstPage ( ) : void
리턴 void

GetPages() 공개 메소드

public GetPages ( int totalToShow ) : List
totalToShow int
리턴 List

HasNextPage() 공개 메소드

public HasNextPage ( ) : bool
리턴 bool

HasPreviousPage() 공개 메소드

public HasPreviousPage ( ) : bool
리턴 bool

LastPage() 공개 메소드

public LastPage ( ) : void
리턴 void

NextPage() 공개 메소드

public NextPage ( ) : void
리턴 void

NextPage() 공개 메소드

Flip forward by a positive number of pages.
public NextPage ( int amountOfPages ) : void
amountOfPages int The amount of pages to advance.
리턴 void

Pager() 공개 메소드

public Pager ( ) : System
리턴 System

PreviousPage() 공개 메소드

public PreviousPage ( ) : void
리턴 void

PreviousPage() 공개 메소드

Flip backward by a positive number of pages.
public PreviousPage ( int amountOfPages ) : void
amountOfPages int The amount of page pages to go back.
리턴 void

SetItemsPerPage() 공개 메소드

public SetItemsPerPage ( int itemsPerPage ) : Pager
itemsPerPage int
리턴 Pager

프로퍼티 상세

QueryExpiredRequests 공개적으로 프로퍼티

public bool QueryExpiredRequests
리턴 bool

_currentPage 보호되어 있는 프로퍼티

protected int _currentPage
리턴 int

_isInSingleItemMode 보호되어 있는 프로퍼티

protected bool _isInSingleItemMode
리턴 bool

_navigationPagerResultIndex 보호되어 있는 프로퍼티

Is die
protected int _navigationPagerResultIndex
리턴 int

_pageSize 보호되어 있는 프로퍼티

protected int _pageSize
리턴 int