C# 클래스 RockWeb.Blocks.Finance.TransactionList

상속: Rock.Web.UI.RockBlock
파일 보기 프로젝트 열기: SparkDevNetwork/Rock

공개 메소드들

메소드 설명
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