C# Class RockWeb.Blocks.Finance.BenevolenceRequestDetail

Inheritance: Rock.Web.UI.RockBlock
Afficher le fichier Open project: NewSpring/Rock

Private Properties

Свойство Type Description
BindDocuments void
BindGridFromViewState void
DlDocuments_ItemDataBound void
LoadDropDowns void

Méthodes publiques

Méthode Description
ShowDetail ( int benevolenceRequestId ) : void

Shows the detail.

Méthodes protégées

Méthode Description
Block_BlockUpdated ( object sender, EventArgs e ) : void

Handles the BlockUpdated event of the control.

LoadViewState ( object savedState ) : void

Restores the view-state information from a previous user control request that was saved by the M:System.Web.UI.UserControl.SaveViewState method.

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.

SaveViewState ( ) : object

Saves any user control view-state changes that have occurred since the last page postback.

btnAddResults_Click ( object sender, EventArgs e ) : void

Handles the AddClick event of the mdAddResult control.

fileUpDoc_FileRemoved ( object sender, FileUploaderEventArgs e ) : void

Handles the FileRemoved event of the fileUpDoc control.

fileUpDoc_FileUploaded ( object sender, EventArgs e ) : void
gResults_AddClick ( object sender, EventArgs e ) : void

Handles the AddClick event of the gResults control.

gResults_DeleteClick ( object sender, RowEventArgs e ) : void

Handles the DeleteClick event of the gResult control.

gResults_RowSelected ( object sender, RowEventArgs e ) : void

Handles the RowSelected event of the gResults control.

lbCancel_Click ( object sender, EventArgs e ) : void

Handles the Click event of the lbCancel control.

lbPrint_Click ( object sender, EventArgs e ) : void

Handles the Click event of the lbPrint control.

lbSave_Click ( object sender, EventArgs e ) : void

Handles the Click event of the lbSave control.

ppPerson_SelectPerson ( object sender, EventArgs e ) : void

Handles the SelectPerson event of the ppPerson control.

Private Methods

Méthode Description
BindDocuments ( bool canEdit ) : void

Binds the documents.

BindGridFromViewState ( ) : void

Binds the grid.

DlDocuments_ItemDataBound ( object sender, System.Web.UI.WebControls.DataListItemEventArgs e ) : void

Handles the ItemDataBound event of the DlDocuments control.

LoadDropDowns ( BenevolenceRequest benevolenceRequest ) : void

Loads the drop downs.

Method Details

Block_BlockUpdated() protected méthode

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

LoadViewState() protected méthode

Restores the view-state information from a previous user control request that was saved by the M:System.Web.UI.UserControl.SaveViewState method.
protected LoadViewState ( object savedState ) : void
savedState object An that represents the user control state to be restored.
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

SaveViewState() protected méthode

Saves any user control view-state changes that have occurred since the last page postback.
protected SaveViewState ( ) : object
Résultat object

ShowDetail() public méthode

Shows the detail.
public ShowDetail ( int benevolenceRequestId ) : void
benevolenceRequestId int The benevolence request identifier
Résultat void

btnAddResults_Click() protected méthode

Handles the AddClick event of the mdAddResult control.
protected btnAddResults_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

fileUpDoc_FileRemoved() protected méthode

Handles the FileRemoved event of the fileUpDoc control.
protected fileUpDoc_FileRemoved ( object sender, FileUploaderEventArgs e ) : void
sender object The source of the event.
e Rock.Web.UI.Controls.FileUploaderEventArgs The instance containing the event data.
Résultat void

fileUpDoc_FileUploaded() protected méthode

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

gResults_AddClick() protected méthode

Handles the AddClick event of the gResults control.
protected gResults_AddClick ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
Résultat void

gResults_DeleteClick() protected méthode

Handles the DeleteClick event of the gResult control.
protected gResults_DeleteClick ( object sender, RowEventArgs e ) : void
sender object The source of the event.
e Rock.Web.UI.Controls.RowEventArgs The instance containing the event data.
Résultat void

gResults_RowSelected() protected méthode

Handles the RowSelected event of the gResults control.
protected gResults_RowSelected ( object sender, RowEventArgs e ) : void
sender object The source of the event.
e Rock.Web.UI.Controls.RowEventArgs The instance containing the event data.
Résultat void

lbCancel_Click() protected méthode

Handles the Click event of the lbCancel 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.
Résultat void

lbPrint_Click() protected méthode

Handles the Click event of the lbPrint control.
protected lbPrint_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

lbSave_Click() protected méthode

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

ppPerson_SelectPerson() protected méthode

Handles the SelectPerson event of the ppPerson control.
protected ppPerson_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