C# Class Wolfje.Plugins.SEconomy.Forms.CAccountManagementWnd

Show file Open project: tylerjwatson/SEconomy Class Usage Examples

Protected Properties

Property Type Description
tranList IEnumerable

Public Methods

Method Description
CAccountManagementWnd ( SEconomy SecInstance ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
BindUserList ( ) : Task
CAccountManagementWnd_Load ( object sender, EventArgs e ) : void
DisableAllControls ( Control baseControl, bool recursive, List &disabledControls ) : void
EnableAllControls ( List controls ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

LoadAccountsAsync ( ) : Task
LoadTransactionsForUser ( long BankAccountK ) : Task
btnModifyBalance_Click ( object sender, EventArgs e ) : void
btnRefreshTrans_Click ( object sender, EventArgs e ) : void

Occurs when a user clicks on the refresh transactions button on the right hand top toolbar

btnResetTrans_Click ( object sender, EventArgs e ) : void
btnShowFrom_Click ( object sender, EventArgs e ) : void
ctxAccountList_Opening ( object sender, CancelEventArgs e ) : void
ctxDeleteTransactionConfirm_Click ( object sender, EventArgs e ) : void

Fires when a user wants to delete some transactions

deleteXAccountsToolStripMenuItem_Click ( object sender, EventArgs e ) : void
exitToolStripMenuItem_Click ( object sender, EventArgs e ) : void
gvAccounts_CellFormatting ( object sender, DataGridViewCellFormattingEventArgs e ) : void
gvAccounts_SelectionChanged ( object sender, EventArgs e ) : void
gvTransactions_CellEnter ( object sender, DataGridViewCellEventArgs e ) : void
gvTransactions_DataError ( object sender, DataGridViewDataErrorEventArgs e ) : void
gvTransactions_MouseUp ( object sender, MouseEventArgs e ) : void

Shows the transaction context menu under the mouse cursor

lbAccounts_SelectedIndexChanged ( object sender, EventArgs e ) : void

Occurs when the user selects an item on the left hand menu

showOfflineToolStripMenuItem_Click ( object sender, EventArgs e ) : void
showOnlineToolStripMenuItem_Click ( object sender, EventArgs e ) : void
showOrphanNoAccountToolStripMenuItem_Click ( object sender, EventArgs e ) : void
showSystemToolStripMenuItem_Click ( object sender, EventArgs e ) : void
txtSearch_TextChanged ( object sender, EventArgs e ) : void

Method Details

CAccountManagementWnd() public method

public CAccountManagementWnd ( SEconomy SecInstance ) : System
SecInstance SEconomy
return System

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

Property Details

tranList protected property

protected IEnumerable tranList
return IEnumerable