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

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

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

Метод Описание
DateField ( ) : System

Initializes a new instance of the DateField class.

Initialize ( bool enableSorting, Control control ) : bool

Initializes the T:System.Web.UI.WebControls.BoundField object.

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

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

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

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

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

Initializes a new instance of the DateField class.
public DateField ( ) : 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

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

Initializes the T:System.Web.UI.WebControls.BoundField object.
public Initialize ( bool enableSorting, Control control ) : bool
enableSorting bool true if sorting is supported; otherwise, false.
control System.Web.UI.Control The data control that owns the .
Результат bool