C# Класс RockWeb.Blocks.Finance.GivingAnalyticsAccountField

Special column type to display account amounts
Наследование: Rock.Web.UI.Controls.CurrencyField
Показать файл Открыть проект

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

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

Gets the value that should be exported to Excel

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

Метод Описание
GetValue ( Control controlContainer ) : object

Retrieves the value of the field bound to the T:System.Web.UI.WebControls.BoundField object.

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

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

GetValue() защищенный Метод

Retrieves the value of the field bound to the T:System.Web.UI.WebControls.BoundField object.
protected GetValue ( Control controlContainer ) : object
controlContainer System.Web.UI.Control The container for the field value.
Результат object