Method | Description | |
---|---|---|
GetOpportunitySummaryHtml ( OpportunitySummary opportunitySummary ) : string |
Gets the opportunity summary HTML.
|
Method | Description | |
---|---|---|
Block_BlockUpdated ( object sender, |
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 ( |
Raises the E:System.Web.UI.Control.Init event.
|
|
OnLoad ( |
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, |
Handles the Add event of the gRequests control.
|
|
gRequests_Delete ( object sender, |
||
gRequests_Edit ( object sender, |
Handles the Edit event of the gRequests control.
|
|
gRequests_GridRebind ( object sender, |
Handles the GridRebind event of the gRequests control.
|
|
lbConnectionTypes_Click ( object sender, |
Handles the Click event of the lbConnectionTypes control.
|
|
rFilter_ApplyFilterClick ( object sender, |
Handles the ApplyFilterClick event of the rFilter control.
|
|
rFilter_DisplayFilterValue ( object sender, |
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, |
Handles the CheckedChanged event of the tgl control.
|
Method | 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, |
Resolves the values.
|
|
SetFilter ( ) : void |
Sets the filter.
|
protected Block_BlockUpdated ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
public GetOpportunitySummaryHtml ( OpportunitySummary opportunitySummary ) : string | ||
opportunitySummary | OpportunitySummary | |
return | string |
protected LoadViewState ( object savedState ) : void | ||
savedState | object | An |
return | void |
protected OnInit ( |
||
e | An |
|
return | void |
protected OnLoad ( |
||
e | The |
|
return | void |
protected gRequests_Add ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected gRequests_Delete ( object sender, |
||
sender | object | |
e | ||
return | void |
protected gRequests_Edit ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected gRequests_GridRebind ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected lbConnectionTypes_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected rFilter_ApplyFilterClick ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected rFilter_DisplayFilterValue ( object sender, |
||
sender | object | The sender. |
e | The e. | |
return | void |
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 |
return | void |
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 |
return | void |
protected tglMyOpportunities_CheckedChanged ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |