C# Класс Rock.Web.UI.Controls.ColorField

Наследование: RockBoundField
Показать файл Открыть проект

Открытые методы

Метод Описание
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