C# 클래스 Rock.Web.UI.Controls.ColorField

상속: RockBoundField
파일 보기 프로젝트 열기: NewSpring/Rock

공개 메소드들

메소드 설명
ColorField ( ) : System

Initializes a new instance of the ColorField class.

보호된 메소드들

메소드 설명
FormatDataValue ( object dataValue, bool encode ) : string

Formats the specified field value for a cell in the T:System.Web.UI.WebControls.BoundField object.

InitializeDataCell ( System.Web.UI.WebControls.DataControlFieldCell cell, DataControlRowState rowState ) : void

Initializes the specified T:System.Web.UI.WebControls.TableCell object to the specified row state.

cell_DataBinding ( object sender, EventArgs e ) : void

Handles the DataBinding event of the cell control.

메소드 상세

ColorField() 공개 메소드

Initializes a new instance of the ColorField class.
public ColorField ( ) : System
리턴 System

FormatDataValue() 보호된 메소드

Formats the specified field value for a cell in the T:System.Web.UI.WebControls.BoundField object.
protected FormatDataValue ( object dataValue, bool encode ) : string
dataValue object The field value to format.
encode bool true to encode the value; otherwise, false.
리턴 string

InitializeDataCell() 보호된 메소드

Initializes the specified T:System.Web.UI.WebControls.TableCell object to the specified row state.
protected InitializeDataCell ( System.Web.UI.WebControls.DataControlFieldCell cell, DataControlRowState rowState ) : void
cell System.Web.UI.WebControls.DataControlFieldCell The to initialize.
rowState DataControlRowState One of the values.
리턴 void

cell_DataBinding() 보호된 메소드

Handles the DataBinding event of the cell control.
protected cell_DataBinding ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
리턴 void