C# Class RockWeb.Blocks.Finance.TransactionMatching

Inheritance: Rock.Web.UI.RockBlock, IDetailBlock
Afficher le fichier Open project: SparkDevNetwork/Rock

Méthodes publiques

Méthode Description
LoadDropDowns ( ) : void

Loads the drop downs.

ShowDetail ( int batchId ) : void

Shows the detail.

Méthodes protégées

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

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

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

ImageUrl() protected méthode

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.
Résultat string

LoadDropDowns() public méthode

Loads the drop downs.
public LoadDropDowns ( ) : void
Résultat void

OnInit() protected méthode

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

OnLoad() protected méthode

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

OnPreRender() protected méthode

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

ShowDetail() public méthode

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

btnFilter_Click() protected méthode

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.
Résultat void

btnNext_Click() protected méthode

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.
Résultat void

btnPrevious_Click() protected méthode

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.
Résultat void

ddlIndividual_SelectedIndexChanged() protected méthode

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.
Résultat void

mdAccountsPersonalFilter_SaveClick() protected méthode

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.
Résultat void

ppSelectNew_SelectPerson() protected méthode

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.
Résultat void