C# Class RockWeb.Blocks.Event.RegistrationInstanceList

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

Public Methods

Method Description
SetVisible ( bool visible ) : void

Sets the visible.

Protected Methods

Method Description
BindInstancesGrid ( ) : void

Binds the group members grid.

DeleteInstance_Click ( object sender, Rock e ) : void

Handles the Click event of the DeleteInstance control.

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.

gInstances_AddClick ( object sender, EventArgs e ) : void

Handles the AddClick event of the gInstances control.

gInstances_Edit ( object sender, RowEventArgs e ) : void

Handles the Edit event of the gInstances control.

gInstances_GridRebind ( object sender, EventArgs e ) : void

Handles the GridRebind event of the gInstances 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
GetRegistrationTemplate ( int registrationTemplateId, RockContext rockContext = null ) : RegistrationTemplate

Gets the registration template.

SetFilter ( ) : void

Binds the filter.

gInstances_RowDataBound ( object sender, System e ) : void

Handles the RowDataBound event of the gInstances control.

Method Details

BindInstancesGrid() protected method

Binds the group members grid.
protected BindInstancesGrid ( ) : void
return void

DeleteInstance_Click() protected method

Handles the Click event of the DeleteInstance control.
protected DeleteInstance_Click ( object sender, Rock e ) : void
sender object The source of the event.
e Rock The instance containing the event data.
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

SetVisible() public method

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

gInstances_AddClick() protected method

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

gInstances_Edit() protected method

Handles the Edit event of the gInstances control.
protected gInstances_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

gInstances_GridRebind() protected method

Handles the GridRebind event of the gInstances control.
protected gInstances_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