C# Class RockWeb.Blocks.Connection.MyConnectionOpportunities

Inheritance: Rock.Web.UI.RockBlock
Afficher le fichier Open project: SparkDevNetwork/Rock

Méthodes publiques

Méthode Description
GetOpportunitySummaryHtml ( OpportunitySummary opportunitySummary ) : string

Gets the opportunity summary HTML.

Méthodes protégées

Méthode Description
Block_BlockUpdated ( object sender, EventArgs e ) : void

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

gRequests_Add ( object sender, EventArgs e ) : void

Handles the Add event of the gRequests control.

gRequests_Delete ( object sender, RowEventArgs e ) : void
gRequests_Edit ( object sender, RowEventArgs e ) : void

Handles the Edit event of the gRequests control.

gRequests_GridRebind ( object sender, EventArgs e ) : void

Handles the GridRebind event of the gRequests control.

lbConnectionTypes_Click ( object sender, EventArgs e ) : void

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

rptConnectionOpportunities_ItemCommand ( object source, System.Web.UI.WebControls.RepeaterCommandEventArgs e ) : void

Handles the ItemCommand event of the rptConnectionOpportunities control.

rptConnnectionTypes_ItemDataBound ( object sender, System.Web.UI.WebControls.RepeaterItemEventArgs e ) : void

Handles the ItemDataBound event of the rptConnnectionTypes control.

tglMyOpportunities_CheckedChanged ( object sender, EventArgs e ) : void

Handles the CheckedChanged event of the tgl control.

Private Methods

Méthode Description
BindGrid ( ) : void

Binds the grid.

BindSummaryData ( ) : void

Binds the summary data.

FormatActivity ( object item ) : string
FormatStateLabel ( ConnectionState connectionState, System.DateTime followupDate ) : string
GetSummaryData ( ) : void

Gets the summary data.

MakeKeyUniqueToOpportunity ( string key ) : string

Makes the key unique to opportunity.

ResolveValues ( string values, CheckBoxList checkBoxList ) : string

Resolves the values.

SetFilter ( ) : void

Sets the filter.

Method Details

Block_BlockUpdated() protected méthode

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

GetOpportunitySummaryHtml() public méthode

Gets the opportunity summary HTML.
public GetOpportunitySummaryHtml ( OpportunitySummary opportunitySummary ) : string
opportunitySummary OpportunitySummary
Résultat string

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

gRequests_Add() protected méthode

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

gRequests_Delete() protected méthode

protected gRequests_Delete ( object sender, RowEventArgs e ) : void
sender object
e Rock.Web.UI.Controls.RowEventArgs
Résultat void

gRequests_Edit() protected méthode

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

gRequests_GridRebind() protected méthode

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

lbConnectionTypes_Click() protected méthode

Handles the Click event of the lbConnectionTypes control.
protected lbConnectionTypes_Click ( 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

rptConnectionOpportunities_ItemCommand() protected méthode

Handles the ItemCommand event of the rptConnectionOpportunities control.
protected rptConnectionOpportunities_ItemCommand ( object source, System.Web.UI.WebControls.RepeaterCommandEventArgs e ) : void
source object The source of the event.
e System.Web.UI.WebControls.RepeaterCommandEventArgs The instance containing the event data.
Résultat void

rptConnnectionTypes_ItemDataBound() protected méthode

Handles the ItemDataBound event of the rptConnnectionTypes control.
protected rptConnnectionTypes_ItemDataBound ( object sender, System.Web.UI.WebControls.RepeaterItemEventArgs e ) : void
sender object The source of the event.
e System.Web.UI.WebControls.RepeaterItemEventArgs The instance containing the event data.
Résultat void

tglMyOpportunities_CheckedChanged() protected méthode

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