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
Afficher le fichier Open project: NLADP/ADF

Méthodes publiques

Méthode 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 méthode

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.
Résultat void

InitService() public méthode

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.
Résultat void