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

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

공개 메소드들

메소드 설명
LoadDropDowns ( ) : void

Loads the drop downs.

ShowDetail ( int batchId ) : void

Shows the detail.

보호된 메소드들

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

비공개 메소드들

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

메소드 상세

Block_BlockUpdated() 보호된 메소드

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

ImageUrl() 보호된 메소드

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.
리턴 string

LoadDropDowns() 공개 메소드

Loads the drop downs.
public LoadDropDowns ( ) : void
리턴 void

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() 보호된 메소드

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

ShowDetail() 공개 메소드

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

btnFilter_Click() 보호된 메소드

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.
리턴 void

btnNext_Click() 보호된 메소드

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.
리턴 void

btnPrevious_Click() 보호된 메소드

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.
리턴 void

ddlIndividual_SelectedIndexChanged() 보호된 메소드

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.
리턴 void

mdAccountsPersonalFilter_SaveClick() 보호된 메소드

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.
리턴 void

ppSelectNew_SelectPerson() 보호된 메소드

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.
리턴 void