C# Class Adf.Web.BusinessGridViewSorter

Represents the sorting related service of an SmartView. Provides methods to sort the records in an SmartView etc.
Inheritance: IGridService
Datei anzeigen Open project: NLADP/ADF

Public Methods

Method Description
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.

Method Details

HandleService() public method

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.
return void

InitService() public method

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.
return void