C# 클래스 Adf.Web.BusinessGridViewSorter

Represents the sorting related service of an SmartView. Provides methods to sort the records in an SmartView etc.
상속: IGridService
파일 보기 프로젝트 열기: NLADP/ADF

공개 메소드들

메소드 설명
HandleService ( GridAction action, SmartView view ) : void

Sorts the records in the specified SmartView.

InitService ( SmartView view ) : void

Puts the specified SmartView into the StateManager.Personal i.e. session.

메소드 상세

HandleService() 공개 메소드

Sorts the records in the specified SmartView.
public HandleService ( GridAction action, SmartView view ) : void
action GridAction The 'Sorting' to perform.
view Adf.Web.UI.SmartView.SmartView The to sort.
리턴 void

InitService() 공개 메소드

Puts the specified SmartView into the StateManager.Personal i.e. session.
public InitService ( SmartView view ) : void
view Adf.Web.UI.SmartView.SmartView The to put.
리턴 void