C# Class DotNetNuke.Modules.Account.AccountReport

Inheritance: DotNetNuke.Entities.Modules.PortalModuleBase
Afficher le fichier Open project: AgapeEurope/AgapeConnect1

Méthodes publiques

Свойство Type Description
_googleGraph String

Méthodes publiques

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

Méthodes protégées

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

Private Methods

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

Method Details

GetDonationTransactions() public méthode

public GetDonationTransactions ( bool IsIncome ) : IList
IsIncome bool
Résultat IList

GetGLSummaryTransactions() public méthode

public GetGLSummaryTransactions ( bool IsIncome ) : IList
IsIncome bool
Résultat IList

GetIESummaryTransactions() public méthode

public GetIESummaryTransactions ( bool IsIncome ) : IList
IsIncome bool
Résultat IList

GetMonth() public méthode

public GetMonth ( int offset ) : string
offset int
Résultat string

MyAccounts_SelectedIndexChanged() protected méthode

protected MyAccounts_SelectedIndexChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

MyCountries_SelectedIndexChanged() protected méthode

protected MyCountries_SelectedIndexChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

MyProfiles_SelectedIndexChanged() protected méthode

protected MyProfiles_SelectedIndexChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

Page_Load() protected méthode

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

PopulateDropdowns() protected méthode

protected PopulateDropdowns ( ) : void
Résultat void

ReloadTablesAndGraph() protected méthode

protected ReloadTablesAndGraph ( ) : void
Résultat void

ReloadTablesAndGraphs() protected méthode

protected ReloadTablesAndGraphs ( ) : void
Résultat void

SetIESummary() public méthode

public SetIESummary ( IList transactions, DataTable returnTable ) : void
transactions IList
returnTable System.Data.DataTable
Résultat void

SummaryTable() public méthode

public SummaryTable ( bool IsIncome, bool IsIE, string title = "" ) : DataTable
IsIncome bool
IsIE bool
title string
Résultat System.Data.DataTable

SummaryTable() public méthode

public SummaryTable ( bool IsIncome, bool IsIE, string title = "", bool IsDonations = false ) : DataTable
IsIncome bool
IsIE bool
title string
IsDonations bool
Résultat System.Data.DataTable

Translate() public méthode

public Translate ( String ResourceString ) : string
ResourceString String
Résultat string

getGoogleData() public méthode

public getGoogleData ( ) : string
Résultat string

getPointSizeForAvg() public méthode

public getPointSizeForAvg ( int order ) : string
order int
Résultat string

gvDonationSummary_RowDataBound() protected méthode

protected gvDonationSummary_RowDataBound ( object sender, System.Web.UI.WebControls.GridViewRowEventArgs e ) : void
sender object
e System.Web.UI.WebControls.GridViewRowEventArgs
Résultat void

gvExpensesGLSummary_RowDataBound() protected méthode

protected gvExpensesGLSummary_RowDataBound ( object sender, System.Web.UI.WebControls.GridViewRowEventArgs e ) : void
sender object
e System.Web.UI.WebControls.GridViewRowEventArgs
Résultat void

gvIncomeGLSummary_RowDataBound() protected méthode

protected gvIncomeGLSummary_RowDataBound ( object sender, System.Web.UI.WebControls.GridViewRowEventArgs e ) : void
sender object
e System.Web.UI.WebControls.GridViewRowEventArgs
Résultat void

Property Details

_googleGraph public_oe property

public String _googleGraph
Résultat String