C# Class RockWeb.Blocks.Finance.TransactionMatching

Inheritance: Rock.Web.UI.RockBlock, IDetailBlock
Mostrar archivo Open project: SparkDevNetwork/Rock

Public Methods

Method Description
LoadDropDowns ( ) : void

Loads the drop downs.

ShowDetail ( int batchId ) : void

Shows the detail.

Protected Methods

Method Description
Block_BlockUpdated ( object sender, EventArgs e ) : void
ImageUrl ( int binaryFileId, int maxWidth = null, int maxHeight = null ) : string

Images the URL.

OnInit ( EventArgs e ) : void

Raises the E:System.Web.UI.Control.Init event.

OnLoad ( EventArgs e ) : void

Raises the E:System.Web.UI.Control.Load event.

OnPreRender ( EventArgs e ) : void

Raises the E:System.Web.UI.Control.PreRender event.

btnFilter_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnFilter control.

btnNext_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnNext control.

btnPrevious_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnPrevious control.

ddlIndividual_SelectedIndexChanged ( object sender, EventArgs e ) : void

Handles the SelectedIndexChanged event of the ddlIndividual control.

mdAccountsPersonalFilter_SaveClick ( object sender, EventArgs e ) : void

Handles the SaveClick event of the mdAccountsPersonalFilter control.

ppSelectNew_SelectPerson ( object sender, EventArgs e ) : void

Handles the SelectPerson event of the ppSelectNew control.

Private Methods

Method Description
LoadPersonPreview ( int personId ) : void

Loads the person preview.

MarkTransactionAsNotProcessedByCurrentUser ( int transactionId ) : void

Marks the transaction as not processed by the current user

NavigateToTransaction ( Direction direction ) : void

Navigates to the next (or previous) transaction to edit

Method Details

Block_BlockUpdated() protected method

protected Block_BlockUpdated ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

ImageUrl() protected method

Images the URL.
protected ImageUrl ( int binaryFileId, int maxWidth = null, int maxHeight = null ) : string
binaryFileId int The binary file identifier.
maxWidth int The maximum width.
maxHeight int The maximum height.
return string

LoadDropDowns() public method

Loads the drop downs.
public LoadDropDowns ( ) : void
return void

OnInit() protected method

Raises the E:System.Web.UI.Control.Init event.
protected OnInit ( EventArgs e ) : void
e System.EventArgs An object that contains the event data.
return void

OnLoad() protected method

Raises the E:System.Web.UI.Control.Load event.
protected OnLoad ( EventArgs e ) : void
e System.EventArgs The object that contains the event data.
return void

OnPreRender() protected method

Raises the E:System.Web.UI.Control.PreRender event.
protected OnPreRender ( EventArgs e ) : void
e System.EventArgs An object that contains the event data.
return void

ShowDetail() public method

Shows the detail.
public ShowDetail ( int batchId ) : void
batchId int The financial batch identifier.
return void

btnFilter_Click() protected method

Handles the Click event of the btnFilter control.
protected btnFilter_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
return void

btnNext_Click() protected method

Handles the Click event of the btnNext control.
protected btnNext_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
return void

btnPrevious_Click() protected method

Handles the Click event of the btnPrevious control.
protected btnPrevious_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
return void

ddlIndividual_SelectedIndexChanged() protected method

Handles the SelectedIndexChanged event of the ddlIndividual control.
protected ddlIndividual_SelectedIndexChanged ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
return void

mdAccountsPersonalFilter_SaveClick() protected method

Handles the SaveClick event of the mdAccountsPersonalFilter control.
protected mdAccountsPersonalFilter_SaveClick ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
return void

ppSelectNew_SelectPerson() protected method

Handles the SelectPerson event of the ppSelectNew control.
protected ppSelectNew_SelectPerson ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
return void