C# Class RockWeb.Blocks.Event.EventItemList

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
BindEventCalendarItemsGrid ( ) : void

Binds the event calendar items grid.

DeleteEventCalendarItem_Click ( object sender, Rock e ) : void

Handles the Click event of the DeleteEventCalendarItem 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.

gEventCalendarItems_AddClick ( object sender, EventArgs e ) : void

Handles the AddClick event of the gEventCalendarItems control.

gEventCalendarItems_Edit ( object sender, RowEventArgs e ) : void

Handles the Edit event of the gEventCalendarItems control.

gEventCalendarItems_GridRebind ( object sender, EventArgs e ) : void

Handles the GridRebind event of the gEventCalendarItems 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
AddDynamicControls ( ) : void

Adds the attribute columns.

BindAttributes ( ) : void
MakeKeyUniqueToEventCalendar ( string key ) : string

Makes the key unique to event calendar.

ResolveValues ( string values, System checkBoxList ) : string

Resolves the values.

SetFilter ( ) : void

Binds the filter.

Method Details

BindEventCalendarItemsGrid() protected method

Binds the event calendar items grid.
protected BindEventCalendarItemsGrid ( ) : void
return void

DeleteEventCalendarItem_Click() protected method

Handles the Click event of the DeleteEventCalendarItem control.
protected DeleteEventCalendarItem_Click ( object sender, Rock e ) : void
sender object The source of the event.
e Rock The instance containing the event data.
return void

LoadViewState() protected method

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.
return void

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

SaveViewState() protected method

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

SetVisible() public method

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

gEventCalendarItems_AddClick() protected method

Handles the AddClick event of the gEventCalendarItems control.
protected gEventCalendarItems_AddClick ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
return void

gEventCalendarItems_Edit() protected method

Handles the Edit event of the gEventCalendarItems control.
protected gEventCalendarItems_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.
return void

gEventCalendarItems_GridRebind() protected method

Handles the GridRebind event of the gEventCalendarItems control.
protected gEventCalendarItems_GridRebind ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs 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