C# 클래스 RockWeb.Blocks.Finance.GivingAnalyticsAccountField

Special column type to display account amounts
상속: Rock.Web.UI.Controls.CurrencyField
파일 보기 프로젝트 열기: NewSpring/Rock

공개 메소드들

메소드 설명
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