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

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

공개 메소드들

메소드 설명
GetBreadCrumbs ( PageReference pageReference ) : List

Returns breadcrumbs specific to the block that should be added to navigation based on the current page reference. This function is called during the page's oninit to load any initial breadcrumbs.

ShowDetail ( int batchId ) : void

Shows the detail.

보호된 메소드들

메소드 설명
Block_BlockUpdated ( object sender, EventArgs e ) : void

Handles the BlockUpdated event of the control.

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.

ShowEditDetails ( FinancialBatch batch ) : void

Shows the edit details.

lbCancel_Click ( object sender, EventArgs e ) : void

Handles the Click event of the lbCancelFinancialBatch control.

lbEdit_Click ( object sender, EventArgs e ) : void

Handles the Click event of the lbEdit control.

lbHistory_Click ( object sender, EventArgs e ) : void

Handles the Click event of the lbHistory control.

lbMatch_Click ( object sender, EventArgs e ) : void

Handles the Click event of the lbMatch control.

lbSave_Click ( object sender, EventArgs e ) : void

Handles the Click event of the lbSave control.

비공개 메소드들

메소드 설명
GetBatch ( int batchId, RockContext rockContext = null ) : FinancialBatch

Gets the batch.

SetEditMode ( bool editable ) : void

Sets the edit mode.

SetHeadingInfo ( FinancialBatch batch, string title ) : void

Sets the heading information.

ShowReadonlyDetails ( FinancialBatch batch ) : void

Shows the financial batch summary.

메소드 상세

Block_BlockUpdated() 보호된 메소드

Handles the BlockUpdated event of the 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

GetBreadCrumbs() 공개 메소드

Returns breadcrumbs specific to the block that should be added to navigation based on the current page reference. This function is called during the page's oninit to load any initial breadcrumbs.
public GetBreadCrumbs ( PageReference pageReference ) : List
pageReference PageReference The .
리턴 List

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

ShowDetail() 공개 메소드

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

ShowEditDetails() 보호된 메소드

Shows the edit details.
protected ShowEditDetails ( FinancialBatch batch ) : void
batch FinancialBatch The financial batch.
리턴 void

lbCancel_Click() 보호된 메소드

Handles the Click event of the lbCancelFinancialBatch control.
protected lbCancel_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
리턴 void

lbEdit_Click() 보호된 메소드

Handles the Click event of the lbEdit control.
protected lbEdit_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
리턴 void

lbHistory_Click() 보호된 메소드

Handles the Click event of the lbHistory control.
protected lbHistory_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
리턴 void

lbMatch_Click() 보호된 메소드

Handles the Click event of the lbMatch control.
protected lbMatch_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
리턴 void

lbSave_Click() 보호된 메소드

Handles the Click event of the lbSave control.
protected lbSave_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
리턴 void