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

Inheritance: SmartField, IDisposable
Datei anzeigen Open project: NLADP/ADF

Public Methods

Method Description
BoolField ( ) : System
ComposeIcon ( object entity, string value, string field, string format ) : string

Protected Methods

Method Description
DisposeControls ( ) : void
InitializeControls ( System.Web.UI.WebControls.DataControlFieldCell cell, DataControlCellType cellType, DataControlRowState rowState, int rowIndex ) : void
ItemDataBinding ( object sender, EventArgs e ) : void

Method Details

BoolField() public method

public BoolField ( ) : System
return System

ComposeIcon() public static method

public static ComposeIcon ( object entity, string value, string field, string format ) : string
entity object
value string
field string
format string
return string

DisposeControls() protected method

protected DisposeControls ( ) : void
return void

InitializeControls() protected method

protected 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

ItemDataBinding() protected method

protected ItemDataBinding ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void