C# Класс DotNetNuke.Modules.Account.AccountReport

Наследование: DotNetNuke.Entities.Modules.PortalModuleBase
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
_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