C# Class Adf.Web.UI.SmartView.SmartView

Inheritance: System.Web.UI.WebControls.GridView
Afficher le fichier Open project: NLADP/ADF Class Usage Examples

Private Properties

Свойство Type Description
CreateEmptyRow void
CreateFooter void
SetIndex void
SmartView_PageIndexChanging void
SmartView_Sorting void

Méthodes publiques

Méthode Description
SmartView ( ) : System

Méthodes protégées

Méthode Description
CreateChildControls ( IEnumerable dataSource, bool dataBinding ) : int
OnInit ( EventArgs e ) : void
OnLoad ( EventArgs e ) : void
OnPageIndexChanging ( System.Web.UI.WebControls.GridViewPageEventArgs e ) : void
OnPreRender ( EventArgs e ) : void
OnRowCommand ( System.Web.UI.WebControls.GridViewCommandEventArgs e ) : void
OnSorting ( System.Web.UI.WebControls.GridViewSortEventArgs e ) : void

Provides an override of GridView sorting.

Private Methods

Méthode Description
CreateEmptyRow ( ) : void
CreateFooter ( ) : void
SetIndex ( ID value ) : void
SmartView_PageIndexChanging ( object sender, System.Web.UI.WebControls.GridViewPageEventArgs e ) : void
SmartView_Sorting ( object sender, System.Web.UI.WebControls.GridViewSortEventArgs e ) : void

Method Details

CreateChildControls() protected méthode

protected CreateChildControls ( IEnumerable dataSource, bool dataBinding ) : int
dataSource IEnumerable
dataBinding bool
Résultat int

OnInit() protected méthode

protected OnInit ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnLoad() protected méthode

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnPageIndexChanging() protected méthode

protected OnPageIndexChanging ( System.Web.UI.WebControls.GridViewPageEventArgs e ) : void
e System.Web.UI.WebControls.GridViewPageEventArgs
Résultat void

OnPreRender() protected méthode

protected OnPreRender ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnRowCommand() protected méthode

protected OnRowCommand ( System.Web.UI.WebControls.GridViewCommandEventArgs e ) : void
e System.Web.UI.WebControls.GridViewCommandEventArgs
Résultat void

OnSorting() protected méthode

Provides an override of GridView sorting.
protected OnSorting ( System.Web.UI.WebControls.GridViewSortEventArgs e ) : void
e System.Web.UI.WebControls.GridViewSortEventArgs
Résultat void

SmartView() public méthode

public SmartView ( ) : System
Résultat System