C# Class RockWeb.Blocks.Finance.GivingAnalyticsAccountField

Special column type to display account amounts
Inheritance: Rock.Web.UI.Controls.CurrencyField
ファイルを表示 Open project: NewSpring/Rock

Public Methods

Method Description
GetExportValue ( System.Web.UI.WebControls.GridViewRow row ) : object

Gets the value that should be exported to Excel

Protected Methods

Method Description
GetValue ( Control controlContainer ) : object

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

Method Details

GetExportValue() public method

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.
return object

GetValue() protected method

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.
return object