C# Class RockWeb.Blocks.Event.EventItemOccurrenceList

Inheritance: Rock.Web.UI.RockBlock, ISecondaryBlock
Datei anzeigen Open project: NewPointe/Rockit

Public Methods

Method Description
SetVisible ( bool visible ) : void

Sets the visible.

Protected Methods

Method Description
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.

gCalendarItemOccurrenceList_Copy ( object sender, RowEventArgs e ) : void

Handles the Copy event of the gCalendarItemOccurrenceList control.

gCalendarItemOccurrenceList_Delete ( object sender, RowEventArgs e ) : void

Handles the Delete event of the gCalendarItemOccurrenceList control.

gCalendarItemOccurrenceList_RowSelected ( object sender, RowEventArgs e ) : void

Handles the RowSelected event of the gCalendarItemOccurrenceList control.

rFilter_ApplyFilterClick ( object sender, EventArgs e ) : void

Handles the ApplyFilterClick event of the rFilter control.

rFilter_DisplayFilterValue ( object sender, GridFilter e ) : void

Rs the filter_ display filter value.

Private Methods

Method Description
BindCampusGrid ( ) : void

Binds the campus grid.

FormatContentItems ( IEnumerable items ) : string
SetFilter ( ) : void

Sets the filter.

gCalendarItemOccurrenceList_Add ( object sender, EventArgs e ) : void

Handles the Add event of the gCampusDetails control.

gCalendarItemOccurrenceList_GridRebind ( object sender, EventArgs e ) : void

Handles the GridRebind event of the gCalendarItemOccurrenceList control.

Method Details

OnInit() protected method

Raises the E:System.Web.UI.Control.Init event.
protected OnInit ( EventArgs e ) : void
e System.EventArgs An object that contains the event data.
return void

OnLoad() protected method

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

SetVisible() public method

Sets the visible.
public SetVisible ( bool visible ) : void
visible bool if set to true [visible].
return void

gCalendarItemOccurrenceList_Copy() protected method

Handles the Copy event of the gCalendarItemOccurrenceList control.
protected gCalendarItemOccurrenceList_Copy ( object sender, RowEventArgs e ) : void
sender object The source of the event.
e Rock.Web.UI.Controls.RowEventArgs The instance containing the event data.
return void

gCalendarItemOccurrenceList_Delete() protected method

Handles the Delete event of the gCalendarItemOccurrenceList control.
protected gCalendarItemOccurrenceList_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.
return void

gCalendarItemOccurrenceList_RowSelected() protected method

Handles the RowSelected event of the gCalendarItemOccurrenceList control.
protected gCalendarItemOccurrenceList_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.
return void

rFilter_ApplyFilterClick() protected method

Handles the ApplyFilterClick event of the rFilter control.
protected rFilter_ApplyFilterClick ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
return void

rFilter_DisplayFilterValue() protected method

Rs the filter_ display filter value.
protected rFilter_DisplayFilterValue ( object sender, GridFilter e ) : void
sender object The sender.
e Rock.Web.UI.Controls.GridFilter The e.
return void