C# 클래스 RockWeb.Blocks.Prayer.PrayerRequestList

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

보호된 메소드들

메소드 설명
OnInit ( EventArgs e ) : void

Handles the E:System.Web.UI.Control.Init event.

OnLoad ( EventArgs e ) : void

Handles the E:System.Web.UI.Control.Load event.

gPrayerRequests_Add ( object sender, EventArgs e ) : void

Handles the Add event of the gPrayerRequests control.

gPrayerRequests_CheckChanged ( object sender, RowEventArgs e ) : void

Handles the CheckChanged event of the gPrayerRequests IsApproved field.

gPrayerRequests_Delete ( object sender, RowEventArgs e ) : void

Handles the Delete event of the gPrayerRequests control.

gPrayerRequests_Edit ( object sender, RowEventArgs e ) : void

Handles the Edit event of the gPrayerRequests control.

gPrayerRequests_RowDataBound ( object sender, System.Web.UI.WebControls.GridViewRowEventArgs e ) : void

Handles disabling the Toggle fields if the user does not have Approval rights.

gfFilter_ApplyFilterClick ( object sender, EventArgs e ) : void

Handles the Apply Filter event for the GridFilter

gfFilter_DisplayFilterValue ( object sender, GridFilter e ) : void

Handles displaying the stored filter values.

비공개 메소드들

메소드 설명
BindFilter ( ) : void

Binds any needed data to the Grid Filter also using the user's stored preferences.

BindGrid ( ) : void

Binds the grid to a list of Prayer Requests.

DeleteAllRelatedNotes ( PrayerRequest prayerRequest ) : void

Deletes all related notes.

gPrayerRequests_GridRebind ( object sender, EventArgs e ) : void

Handles the GridRebind event of the gPrayerRequests control.

메소드 상세

OnInit() 보호된 메소드

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

Handles the E:System.Web.UI.Control.Load event.
protected OnLoad ( EventArgs e ) : void
e System.EventArgs The object that contains the event data.
리턴 void

gPrayerRequests_Add() 보호된 메소드

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

gPrayerRequests_CheckChanged() 보호된 메소드

Handles the CheckChanged event of the gPrayerRequests IsApproved field.
protected gPrayerRequests_CheckChanged ( object sender, RowEventArgs e ) : void
sender object The source of the event.
e Rock.Web.UI.Controls.RowEventArgs The instance containing the event data.
리턴 void

gPrayerRequests_Delete() 보호된 메소드

Handles the Delete event of the gPrayerRequests control.
protected gPrayerRequests_Delete ( object sender, RowEventArgs e ) : void
sender object The source of the event.
e Rock.Web.UI.Controls.RowEventArgs The instance containing the event data.
리턴 void

gPrayerRequests_Edit() 보호된 메소드

Handles the Edit event of the gPrayerRequests control.
protected gPrayerRequests_Edit ( object sender, RowEventArgs e ) : void
sender object The source of the event.
e Rock.Web.UI.Controls.RowEventArgs The instance containing the event data.
리턴 void

gPrayerRequests_RowDataBound() 보호된 메소드

Handles disabling the Toggle fields if the user does not have Approval rights.
protected gPrayerRequests_RowDataBound ( object sender, System.Web.UI.WebControls.GridViewRowEventArgs e ) : void
sender object The source of the event.
e System.Web.UI.WebControls.GridViewRowEventArgs The instance containing the event data.
리턴 void

gfFilter_ApplyFilterClick() 보호된 메소드

Handles the Apply Filter event for the GridFilter
protected gfFilter_ApplyFilterClick ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

gfFilter_DisplayFilterValue() 보호된 메소드

Handles displaying the stored filter values.
protected gfFilter_DisplayFilterValue ( object sender, GridFilter e ) : void
sender object The sender.
e Rock.Web.UI.Controls.GridFilter The e as DisplayFilterValueArgs (hint: e.Key and e.Value).
리턴 void