C# Класс RockWeb.Blocks.Connection.MyConnectionOpportunities

Наследование: Rock.Web.UI.RockBlock
Показать файл Открыть проект

Открытые методы

Метод Описание
GetOpportunitySummaryHtml ( OpportunitySummary opportunitySummary ) : string

Gets the opportunity summary HTML.

Защищенные методы

Метод Описание
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.

Приватные методы

Метод Описание
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.

Описание методов

Block_BlockUpdated() защищенный Метод

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.
Результат void

GetOpportunitySummaryHtml() публичный Метод

Gets the opportunity summary HTML.
public GetOpportunitySummaryHtml ( OpportunitySummary opportunitySummary ) : string
opportunitySummary OpportunitySummary
Результат string

LoadViewState() защищенный Метод

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.
Результат void

OnInit() защищенный Метод

Raises the E:System.Web.UI.Control.Init event.
protected OnInit ( EventArgs e ) : void
e System.EventArgs An object that contains the event data.
Результат void

OnLoad() защищенный Метод

Raises the E:System.Web.UI.Control.Load event.
protected OnLoad ( EventArgs e ) : void
e System.EventArgs The object that contains the event data.
Результат void

SaveViewState() защищенный Метод

Saves any user control view-state changes that have occurred since the last page postback.
protected SaveViewState ( ) : object
Результат object

gRequests_Add() защищенный Метод

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.
Результат void

gRequests_Delete() защищенный Метод

protected gRequests_Delete ( object sender, RowEventArgs e ) : void
sender object
e Rock.Web.UI.Controls.RowEventArgs
Результат void

gRequests_Edit() защищенный Метод

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.
Результат void

gRequests_GridRebind() защищенный Метод

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.
Результат void

lbConnectionTypes_Click() защищенный Метод

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.
Результат void

rFilter_ApplyFilterClick() защищенный Метод

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.
Результат void

rFilter_DisplayFilterValue() защищенный Метод

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.
Результат void

rptConnectionOpportunities_ItemCommand() защищенный Метод

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.
Результат void

rptConnnectionTypes_ItemDataBound() защищенный Метод

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.
Результат void

tglMyOpportunities_CheckedChanged() защищенный Метод

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.
Результат void