C# Class RockWeb.Blocks.Finance.GivingAnalyticsAccountField

Special column type to display account amounts
Inheritance: Rock.Web.UI.Controls.CurrencyField
Afficher le fichier Open project: NewSpring/Rock

Méthodes publiques

Méthode Description
GetExportValue ( System.Web.UI.WebControls.GridViewRow row ) : object

Gets the value that should be exported to Excel

Méthodes protégées

Méthode 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 méthode

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.
Résultat object

GetValue() protected méthode

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.
Résultat object