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

Наследование: System.Web.UI.WebControls.BoundField, IPriorityColumn, IRockGridField
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
GetExportValue ( System.Web.UI.WebControls.GridViewRow row ) : object

Gets the value that should be exported to Excel

Initialize ( bool sortingEnabled, Control control ) : bool

Performs basic instance initialization for a data control field.

Защищенные методы

Метод Описание
FormatDataValue ( object dataValue, bool encode ) : string

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

Описание методов

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

GetExportValue() публичный Метод

Gets the value that should be exported to Excel
public GetExportValue ( System.Web.UI.WebControls.GridViewRow row ) : object
row System.Web.UI.WebControls.GridViewRow The row.
Результат object

Initialize() публичный Метод

Performs basic instance initialization for a data control field.
public Initialize ( bool sortingEnabled, Control control ) : bool
sortingEnabled bool A value that indicates whether the control supports the sorting of columns of data.
control System.Web.UI.Control The data control that owns the .
Результат bool