C# 클래스 RockWeb.Blocks.Connection.MyConnectionOpportunities

상속: Rock.Web.UI.RockBlock
파일 보기 프로젝트 열기: SparkDevNetwork/Rock

공개 메소드들

메소드 설명
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