Method | Description | |
---|---|---|
Dispose ( ) : void | ||
InitializeCell ( System.Web.UI.WebControls.DataControlFieldCell cell, DataControlCellType cellType, DataControlRowState rowState, int rowIndex ) : void |
Method | 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, |
||
SmartField ( ) : System |
protected CreateField ( ) : System.Web.UI.WebControls.DataControlField | ||
return | System.Web.UI.WebControls.DataControlField |
protected abstract DisposeControls ( ) : void | ||
return | void |
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 | |
return | void |
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 | |
return | void |
protected abstract ItemDataBinding ( object sender, |
||
sender | object | |
e | ||
return | void |