C# 클래스 DotNetNuke.Modules.Account.AccountReport

상속: DotNetNuke.Entities.Modules.PortalModuleBase
파일 보기 프로젝트 열기: AgapeEurope/AgapeConnect1

공개 프로퍼티들

프로퍼티 타입 설명
_googleGraph String

공개 메소드들

메소드 설명
GetDonationTransactions ( bool IsIncome ) : IList
GetGLSummaryTransactions ( bool IsIncome ) : IList
GetIESummaryTransactions ( bool IsIncome ) : IList
GetMonth ( int offset ) : string
SetIESummary ( IList transactions, DataTable returnTable ) : void
SummaryTable ( bool IsIncome, bool IsIE, string title = "" ) : DataTable
SummaryTable ( bool IsIncome, bool IsIE, string title = "", bool IsDonations = false ) : DataTable
Translate ( String ResourceString ) : string
getGoogleData ( ) : string
getPointSizeForAvg ( int order ) : string

보호된 메소드들

메소드 설명
MyAccounts_SelectedIndexChanged ( object sender, EventArgs e ) : void
MyCountries_SelectedIndexChanged ( object sender, EventArgs e ) : void
MyProfiles_SelectedIndexChanged ( object sender, EventArgs e ) : void
Page_Load ( object sender, EventArgs e ) : void
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 ft, DataTable returnTable ) : DataTable
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 ( DataTable returnTable, int counter, string currentGl, string columnZeroName ) : void
InitializeValues ( ) : void
LastDayOfMonthFromDateTime ( System.DateTime dateTime ) : System.DateTime
SetColumnWidth ( GridView &gv, System color, System.Boolean isTitle = false ) : void
SetDonationSummary ( int &counter, string &currentDonor, IList transactions, DataTable returnTable, string columnZeroName ) : void
SetGLSummary ( int &counter, string &currentGl, IList transactions, DataTable returnTable, string columnZeroName ) : void
getPT ( string ServiceName ) : string
saveTransactions ( ) : void

메소드 상세

GetDonationTransactions() 공개 메소드

public GetDonationTransactions ( bool IsIncome ) : IList
IsIncome bool
리턴 IList

GetGLSummaryTransactions() 공개 메소드

public GetGLSummaryTransactions ( bool IsIncome ) : IList
IsIncome bool
리턴 IList

GetIESummaryTransactions() 공개 메소드

public GetIESummaryTransactions ( bool IsIncome ) : IList
IsIncome bool
리턴 IList

GetMonth() 공개 메소드

public GetMonth ( int offset ) : string
offset int
리턴 string

MyAccounts_SelectedIndexChanged() 보호된 메소드

protected MyAccounts_SelectedIndexChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

MyCountries_SelectedIndexChanged() 보호된 메소드

protected MyCountries_SelectedIndexChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

MyProfiles_SelectedIndexChanged() 보호된 메소드

protected MyProfiles_SelectedIndexChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

Page_Load() 보호된 메소드

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

PopulateDropdowns() 보호된 메소드

protected PopulateDropdowns ( ) : void
리턴 void

ReloadTablesAndGraph() 보호된 메소드

protected ReloadTablesAndGraph ( ) : void
리턴 void

ReloadTablesAndGraphs() 보호된 메소드

protected ReloadTablesAndGraphs ( ) : void
리턴 void

SetIESummary() 공개 메소드

public SetIESummary ( IList transactions, DataTable returnTable ) : void
transactions IList
returnTable System.Data.DataTable
리턴 void

SummaryTable() 공개 메소드

public SummaryTable ( bool IsIncome, bool IsIE, string title = "" ) : DataTable
IsIncome bool
IsIE bool
title string
리턴 System.Data.DataTable

SummaryTable() 공개 메소드

public SummaryTable ( bool IsIncome, bool IsIE, string title = "", bool IsDonations = false ) : DataTable
IsIncome bool
IsIE bool
title string
IsDonations bool
리턴 System.Data.DataTable

Translate() 공개 메소드

public Translate ( String ResourceString ) : string
ResourceString String
리턴 string

getGoogleData() 공개 메소드

public getGoogleData ( ) : string
리턴 string

getPointSizeForAvg() 공개 메소드

public getPointSizeForAvg ( int order ) : string
order int
리턴 string

gvDonationSummary_RowDataBound() 보호된 메소드

protected gvDonationSummary_RowDataBound ( object sender, System.Web.UI.WebControls.GridViewRowEventArgs e ) : void
sender object
e System.Web.UI.WebControls.GridViewRowEventArgs
리턴 void

gvExpensesGLSummary_RowDataBound() 보호된 메소드

protected gvExpensesGLSummary_RowDataBound ( object sender, System.Web.UI.WebControls.GridViewRowEventArgs e ) : void
sender object
e System.Web.UI.WebControls.GridViewRowEventArgs
리턴 void

gvIncomeGLSummary_RowDataBound() 보호된 메소드

protected gvIncomeGLSummary_RowDataBound ( object sender, System.Web.UI.WebControls.GridViewRowEventArgs e ) : void
sender object
e System.Web.UI.WebControls.GridViewRowEventArgs
리턴 void

프로퍼티 상세

_googleGraph 공개적으로 프로퍼티

public String _googleGraph
리턴 String