C# Класс RockWeb.Blocks.Finance.TransactionList

Наследование: Rock.Web.UI.RockBlock
Показать файл Открыть проект

Открытые методы

Метод Описание
RaisePostBackEvent ( string eventArgument ) : void

When implemented by a class, enables a server control to process an event raised when a form is posted to the server.

RefreshList ( ) : void

Refreshes the list. Public method...can be called from other blocks.

SetVisible ( bool visible ) : void

Hook so that other blocks can set the visibility of all ISecondaryBlocks on it's page

Защищенные методы

Метод Описание
Block_BlockUpdated ( object sender, EventArgs e ) : void

Handles the BlockUpdated event of the Block control.

GetAccounts ( object dataItem ) : string

Gets the accounts.

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
ShowDetailForm ( int id ) : void

Shows the detail form.

_lbReassign_Click ( object sender, EventArgs e ) : void

Handles the Click event of the _lbReassign control.

bddlOptions_SelectionChanged ( object sender, EventArgs e ) : void

Handles the SelectionChanged event of the bddlOptions control.

dlgReassign_SaveClick ( object sender, EventArgs e ) : void

Handles the SaveClick event of the dlgReassign control.

gTransactions_Add ( object sender, EventArgs e ) : void

Handles the Add event of the gTransactions control.

gTransactions_Delete ( object sender, Rock e ) : void

Handles the Delete event of the gTransactions control.

gTransactions_Edit ( object sender, Rock e ) : void

Handles the Edit event of the gTransactions control.

gTransactions_RowDataBound ( object sender, System.Web.UI.WebControls.GridViewRowEventArgs e ) : void
gfTransactions_ApplyFilterClick ( object sender, EventArgs e ) : void

Handles the ApplyFilterClick event of the gfTransactions control.

gfTransactions_ClearFilterClick ( object sender, EventArgs e ) : void

Handles the ClearFilterClick event of the gfTransactions control.

gfTransactions_DisplayFilterValue ( object sender, Rock e ) : void

Handles the filter display for each saved user value

Приватные методы

Метод Описание
BindDefinedTypeDropdown ( ListControl listControl, System.Guid definedTypeGuid, string userPreferenceKey ) : void

Binds the defined type dropdown.

BindFilter ( ) : void

Binds the filter.

BindGrid ( bool isExporting = false ) : void

Binds the grid.

HideDialog ( ) : void

Hides the dialog.

SetBlockOptions ( ) : void

Sets the block options.

ShowDialog ( ) : void

Shows the dialog.

ShowDialog ( string dialog ) : void

Shows the dialog.

gTransactions_GridRebind ( object sender, GridRebindEventArgs e ) : void

Handles the GridRebind event of the gTransactions control.

Описание методов

Block_BlockUpdated() защищенный Метод

Handles the BlockUpdated event of the Block control.
protected Block_BlockUpdated ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
Результат void

GetAccounts() защищенный Метод

Gets the accounts.
protected GetAccounts ( object dataItem ) : string
dataItem object The data item.
Результат string

OnInit() защищенный Метод

Raises the E:System.Web.UI.Control.Init event.
protected OnInit ( EventArgs e ) : void
e System.EventArgs An object that contains the event data.
Результат void

OnLoad() защищенный Метод

Raises the E:System.Web.UI.Control.Load event.
protected OnLoad ( EventArgs e ) : void
e System.EventArgs The object that contains the event data.
Результат void

OnPreRender() защищенный Метод

protected OnPreRender ( EventArgs e ) : void
e System.EventArgs
Результат void

RaisePostBackEvent() публичный Метод

When implemented by a class, enables a server control to process an event raised when a form is posted to the server.
public RaisePostBackEvent ( string eventArgument ) : void
eventArgument string A that represents an optional event argument to be passed to the event handler.
Результат void

RefreshList() публичный Метод

Refreshes the list. Public method...can be called from other blocks.
public RefreshList ( ) : void
Результат void

SetVisible() публичный Метод

Hook so that other blocks can set the visibility of all ISecondaryBlocks on it's page
public SetVisible ( bool visible ) : void
visible bool if set to true [visible].
Результат void

ShowDetailForm() защищенный Метод

Shows the detail form.
protected ShowDetailForm ( int id ) : void
id int The id.
Результат void

_lbReassign_Click() защищенный Метод

Handles the Click event of the _lbReassign control.
protected _lbReassign_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
Результат void

bddlOptions_SelectionChanged() защищенный Метод

Handles the SelectionChanged event of the bddlOptions control.
protected bddlOptions_SelectionChanged ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
Результат void

dlgReassign_SaveClick() защищенный Метод

Handles the SaveClick event of the dlgReassign control.
protected dlgReassign_SaveClick ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
Результат void

gTransactions_Add() защищенный Метод

Handles the Add event of the gTransactions control.
protected gTransactions_Add ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
Результат void

gTransactions_Delete() защищенный Метод

Handles the Delete event of the gTransactions control.
protected gTransactions_Delete ( object sender, Rock e ) : void
sender object The source of the event.
e Rock The instance containing the event data.
Результат void

gTransactions_Edit() защищенный Метод

Handles the Edit event of the gTransactions control.
protected gTransactions_Edit ( object sender, Rock e ) : void
sender object The source of the event.
e Rock The instance containing the event data.
Результат void

gTransactions_RowDataBound() защищенный Метод

protected gTransactions_RowDataBound ( object sender, System.Web.UI.WebControls.GridViewRowEventArgs e ) : void
sender object
e System.Web.UI.WebControls.GridViewRowEventArgs
Результат void

gfTransactions_ApplyFilterClick() защищенный Метод

Handles the ApplyFilterClick event of the gfTransactions control.
protected gfTransactions_ApplyFilterClick ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
Результат void

gfTransactions_ClearFilterClick() защищенный Метод

Handles the ClearFilterClick event of the gfTransactions control.
protected gfTransactions_ClearFilterClick ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
Результат void

gfTransactions_DisplayFilterValue() защищенный Метод

Handles the filter display for each saved user value
protected gfTransactions_DisplayFilterValue ( object sender, Rock e ) : void
sender object The sender.
e Rock The e.
Результат void