C# 클래스 Adf.Web.BusinessGridViewPager

Represents the pager related service of an GridView. Provides methods to set the pager related properties of an GridView.
상속: IGridService
파일 보기 프로젝트 열기: NLADP/ADF

공개 프로퍼티들

프로퍼티 타입 설명
DefaultPageSize int
DefaultPagerMode PagerMode

공개 메소드들

메소드 설명
BusinessGridViewPager ( ) : System.Web.UI.WebControls

Initializes an instance of the Adf.Web.BusinessGridViewPager class. Sets the DefaultPageSize and DefaultPagerMode of the Adf.Web.BusinessGridViewPager.

HandleService ( GridAction action, SmartView view ) : void

Sets the new page as the current page of the specified SmartView.

InitService ( SmartView view ) : void

Sets the pager related properties of the specified SmartView.

The pager related properties like PageSize, PagerSettings.Mode, PagerSettings.PageButtonCount and PagerSettings.Position are set.

메소드 상세

BusinessGridViewPager() 공개 메소드

Initializes an instance of the Adf.Web.BusinessGridViewPager class. Sets the DefaultPageSize and DefaultPagerMode of the Adf.Web.BusinessGridViewPager.
public BusinessGridViewPager ( ) : System.Web.UI.WebControls
리턴 System.Web.UI.WebControls

HandleService() 공개 메소드

Sets the new page as the current page of the specified SmartView.
public HandleService ( GridAction action, SmartView view ) : void
action GridAction The 'Paging' to perform.
view SmartView The , the current page of /// which is to set.
리턴 void

InitService() 공개 메소드

Sets the pager related properties of the specified SmartView.
The pager related properties like PageSize, PagerSettings.Mode, PagerSettings.PageButtonCount and PagerSettings.Position are set.
public InitService ( SmartView view ) : void
view SmartView The , the pager /// related properties of which are to set.
리턴 void

프로퍼티 상세

DefaultPageSize 공개적으로 프로퍼티

public int DefaultPageSize
리턴 int

DefaultPagerMode 공개적으로 프로퍼티

public PagerMode DefaultPagerMode
리턴 PagerMode