프로퍼티 | 타입 | 설명 | |
---|---|---|---|
_googleGraph | String |
메소드 | 설명 | |
---|---|---|
GetDonationTransactions ( bool IsIncome ) : IList |
||
GetGLSummaryTransactions ( bool IsIncome ) : IList |
||
GetIESummaryTransactions ( bool IsIncome ) : IList |
||
GetMonth ( int offset ) : string | ||
SetIESummary ( IList |
||
SummaryTable ( bool IsIncome, bool IsIE, string title = "" ) : |
||
SummaryTable ( bool IsIncome, bool IsIE, string title = "", bool IsDonations = false ) : |
||
Translate ( String ResourceString ) : string | ||
getGoogleData ( ) : string | ||
getPointSizeForAvg ( int order ) : string |
메소드 | 설명 | |
---|---|---|
MyAccounts_SelectedIndexChanged ( object sender, |
||
MyCountries_SelectedIndexChanged ( object sender, |
||
MyProfiles_SelectedIndexChanged ( object sender, |
||
Page_Load ( object sender, |
||
PopulateDropdowns ( ) : void | ||
ReloadTablesAndGraph ( ) : void | ||
ReloadTablesAndGraphs ( ) : void | ||
gvDonationSummary_RowDataBound ( object sender, System.Web.UI.WebControls.GridViewRowEventArgs e ) : void | ||
gvExpensesGLSummary_RowDataBound ( object sender, System.Web.UI.WebControls.GridViewRowEventArgs e ) : void | ||
gvIncomeGLSummary_RowDataBound ( object sender, System.Web.UI.WebControls.GridViewRowEventArgs e ) : void |
메소드 | 설명 | |
---|---|---|
CreateTableForDataGrid ( System.DateTime beginDate, System.DateTime endDate, bool IsIncome, IList |
||
DecodeNumberString ( string inputString ) : Double | ||
FirstDayOfMonthFromDateTime ( System.DateTime dateTime ) : System.DateTime | ||
FormatNumber ( double inputNumber ) : string | ||
GetAccounts ( System.DateTime startDate, System.DateTime endDate, string selectedCountry, string selectedProfile, string selectedAccount ) : DSAccount | ||
GetProxyTicketFromCAS ( string targetService, string _pgt ) : string | ||
IdentifyViaGCXTNT ( ) : void | ||
InitializeRowForDataTable ( |
||
InitializeValues ( ) : void | ||
LastDayOfMonthFromDateTime ( System.DateTime dateTime ) : System.DateTime | ||
SetColumnWidth ( |
||
SetDonationSummary ( int &counter, string ¤tDonor, IList |
||
SetGLSummary ( int &counter, string ¤tGl, IList |
||
getPT ( string ServiceName ) : string | ||
saveTransactions ( ) : void |
public GetDonationTransactions ( bool IsIncome ) : IList |
||
IsIncome | bool | |
리턴 | IList |
public GetGLSummaryTransactions ( bool IsIncome ) : IList |
||
IsIncome | bool | |
리턴 | IList |
public GetIESummaryTransactions ( bool IsIncome ) : IList |
||
IsIncome | bool | |
리턴 | IList |
protected MyAccounts_SelectedIndexChanged ( object sender, |
||
sender | object | |
e | ||
리턴 | void |
protected MyCountries_SelectedIndexChanged ( object sender, |
||
sender | object | |
e | ||
리턴 | void |
protected MyProfiles_SelectedIndexChanged ( object sender, |
||
sender | object | |
e | ||
리턴 | void |
protected Page_Load ( object sender, |
||
sender | object | |
e | ||
리턴 | void |
public SetIESummary ( IList |
||
transactions | IList |
|
returnTable | ||
리턴 | void |
public SummaryTable ( bool IsIncome, bool IsIE, string title = "" ) : |
||
IsIncome | bool | |
IsIE | bool | |
title | string | |
리턴 |
public SummaryTable ( bool IsIncome, bool IsIE, string title = "", bool IsDonations = false ) : |
||
IsIncome | bool | |
IsIE | bool | |
title | string | |
IsDonations | bool | |
리턴 |
public Translate ( String ResourceString ) : string | ||
ResourceString | String | |
리턴 | string |
protected gvDonationSummary_RowDataBound ( object sender, System.Web.UI.WebControls.GridViewRowEventArgs e ) : void | ||
sender | object | |
e | System.Web.UI.WebControls.GridViewRowEventArgs | |
리턴 | void |
protected gvExpensesGLSummary_RowDataBound ( object sender, System.Web.UI.WebControls.GridViewRowEventArgs e ) : void | ||
sender | object | |
e | System.Web.UI.WebControls.GridViewRowEventArgs | |
리턴 | void |
protected gvIncomeGLSummary_RowDataBound ( object sender, System.Web.UI.WebControls.GridViewRowEventArgs e ) : void | ||
sender | object | |
e | System.Web.UI.WebControls.GridViewRowEventArgs | |
리턴 | void |