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

Inheritance: System.Web.UI.WebControls.DataControlField, IDisposable
Afficher le fichier Open project: NLADP/ADF

Méthodes publiques

Méthode Description
Dispose ( ) : void
InitializeCell ( System.Web.UI.WebControls.DataControlFieldCell cell, DataControlCellType cellType, DataControlRowState rowState, int rowIndex ) : void

Méthodes protégées

Méthode Description
CreateField ( ) : System.Web.UI.WebControls.DataControlField
DisposeControls ( ) : void
InitializeControls ( System.Web.UI.WebControls.DataControlFieldCell cell, DataControlCellType cellType, DataControlRowState rowState, int rowIndex ) : void
ItemDataBinding ( object sender, EventArgs e ) : void
SmartField ( ) : System

Method Details

CreateField() protected méthode

protected CreateField ( ) : System.Web.UI.WebControls.DataControlField
Résultat System.Web.UI.WebControls.DataControlField

Dispose() public méthode

public Dispose ( ) : void
Résultat void

DisposeControls() protected abstract méthode

protected abstract DisposeControls ( ) : void
Résultat void

InitializeCell() public méthode

public InitializeCell ( System.Web.UI.WebControls.DataControlFieldCell cell, DataControlCellType cellType, DataControlRowState rowState, int rowIndex ) : void
cell System.Web.UI.WebControls.DataControlFieldCell
cellType DataControlCellType
rowState DataControlRowState
rowIndex int
Résultat void

InitializeControls() protected abstract méthode

protected abstract InitializeControls ( System.Web.UI.WebControls.DataControlFieldCell cell, DataControlCellType cellType, DataControlRowState rowState, int rowIndex ) : void
cell System.Web.UI.WebControls.DataControlFieldCell
cellType DataControlCellType
rowState DataControlRowState
rowIndex int
Résultat void

ItemDataBinding() protected abstract méthode

protected abstract ItemDataBinding ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

SmartField() protected méthode

protected SmartField ( ) : System
Résultat System