C# Class RockWeb.Blocks.Connection.ConnectionOpportunityList

Inheritance: Rock.Web.UI.RockBlock, ISecondaryBlock
Afficher le fichier Open project: NewPointe/Rockit

Méthodes publiques

Méthode Description
SetVisible ( bool visible ) : void

Sets the visible.

Méthodes protégées

Méthode Description
BindConnectionOpportunitiesGrid ( ) : void

Binds the event calendar items grid.

DeleteConnectionOpportunity_Click ( object sender, Rock e ) : void

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

gConnectionOpportunities_AddClick ( object sender, EventArgs e ) : void

Handles the AddClick event of the gConnectionOpportunities control.

gConnectionOpportunities_Edit ( object sender, RowEventArgs e ) : void

Handles the Edit event of the gConnectionOpportunities control.

gConnectionOpportunities_GridRebind ( object sender, EventArgs e ) : void

Handles the GridRebind event of the gConnectionOpportunities 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

Méthode Description
AddDynamicControls ( ) : void

Adds the attribute columns.

BindAttributes ( ) : void

Binds the attributes.

MakeKeyUniqueToConnectionType ( 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

BindConnectionOpportunitiesGrid() protected méthode

Binds the event calendar items grid.
protected BindConnectionOpportunitiesGrid ( ) : void
Résultat void

DeleteConnectionOpportunity_Click() protected méthode

Handles the Click event of the DeleteConnectionOpportunity control.
protected DeleteConnectionOpportunity_Click ( object sender, Rock e ) : void
sender object The source of the event.
e Rock 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

SetVisible() public méthode

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

gConnectionOpportunities_AddClick() protected méthode

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

gConnectionOpportunities_Edit() protected méthode

Handles the Edit event of the gConnectionOpportunities control.
protected gConnectionOpportunities_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.
Résultat void

gConnectionOpportunities_GridRebind() protected méthode

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

rFilter_ApplyFilterClick() protected méthode

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

rFilter_DisplayFilterValue() protected méthode

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