Property | Type | Description | |
---|---|---|---|
_canEdit | bool | ||
_connectionTypeId | int |
Method | Description | |
---|---|---|
GetBreadCrumbs ( PageReference pageReference ) : List |
Returns breadcrumbs specific to the block that should be added to navigation based on the current page reference. This function is called during the page's oninit to load any initial breadcrumbs.
|
|
ShowDetail ( int connectionOpportunityId ) : void |
Shows the detail.
|
|
lvDefaultConnectors_ItemDataBound ( object sender, System.Web.UI.WebControls.ListViewItemEventArgs e ) : void |
Handles the ItemDataBound event of the lvDefaultConnectors control.
|
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.
|
|
btnCancel_Click ( object sender, |
Handles the Click event of the btnCancel control.
|
|
btnHideDialog_Click ( object sender, |
Handles the Click event of the btnHideDialog control.
|
|
btnSave_Click ( object sender, |
Handles the Click event of the btnSave control.
|
|
cblCampus_SelectedIndexChanged ( object sender, |
||
ddlGroupType_SelectedIndexChanged ( object sender, |
Handles the SelectedIndexChanged event of the ddlGroupType control.
|
|
ddlTriggerType_SelectedIndexChanged ( object sender, |
Handles the SelectedIndexChanged event of the ddlTriggerType control.
|
|
dlgConnectorGroupDetails_SaveClick ( object sender, |
Handles the SaveClick event of the dlgConnectorGroupDetails control.
|
|
dlgGroupDetails_SaveClick ( object sender, |
Handles the SaveClick event of the dlgGroupDetails control.
|
|
dlgWorkflowDetails_SaveClick ( object sender, |
Handles the SaveClick event of the dlgWorkflowDetails control.
|
|
gConnectionOpportunityConnectorGroups_Delete ( object sender, |
Handles the Delete event of the gConnectionOpportunityConnectorGroups control.
|
|
gConnectionOpportunityConnectorGroups_Edit ( object sender, |
Handles the Edit event of the gConnectionOpportunityConnectorGroups control.
|
|
gConnectionOpportunityConnectorGroups_ShowEdit ( System.Guid connectionOpportunityConnectorGroupsGuid ) : void |
handles the connection opportunity group campuses_ show edit.
|
|
gConnectionOpportunityGroups_Delete ( object sender, |
Handles the Delete event of the gConnectionOpportunityGroups control.
|
|
gConnectionOpportunityWorkflows_Delete ( object sender, |
Handles the Delete event of the gConnectionOpportunityWorkflows control.
|
|
gConnectionOpportunityWorkflows_Edit ( object sender, |
Handles the Edit event of the gConnectionOpportunityWorkflows control.
|
|
gConnectionOpportunityWorkflows_RowDataBound ( object sender, System.Web.UI.WebControls.GridViewRowEventArgs e ) : void |
Handles the RowDataBound event of the gConnectionOpportunityWorkflows control.
|
|
gConnectionOpportunityWorkflows_ShowEdit ( System.Guid connectionOpportunityWorkflowGuid ) : void |
Shows the connection opportunity workflow details edit dialog.
|
|
tglUseAllGroupsOfGroupType_CheckedChanged ( object sender, |
Handles the CheckedChanged event of the tglUseAllGroupsOfGroupType control.
|
Method | Description | |
---|---|---|
BindConnectorGroupsGrid ( ) : void |
Binds the campus grid.
|
|
BindDefaultConnectors ( ) : void |
Binds the default connectors.
|
|
BindGroupGrid ( ) : void |
Binds the group grid.
|
|
BindWorkflowGrid ( ) : void |
Binds the workflow grid.
|
|
GetConnectionOpportunity ( int connectionOpportunityId, |
Gets the connectionOpportunity.
|
|
HideDialog ( ) : void |
Hides the dialog.
|
|
LoadDropDowns ( ConnectionOpportunity connectionOpportunity ) : void |
Loads the drop downs.
|
|
LoadGroupRoles ( int groupTypeId ) : void |
Loads the group roles.
|
|
ShowDialog ( bool setValues = false ) : void |
Shows the dialog.
|
|
ShowDialog ( string dialog, bool setValues = false ) : void |
Shows the dialog.
|
|
ShowEditDetails ( ConnectionOpportunity connectionOpportunity ) : void |
Shows the edit details.
|
|
ShowOpportunityAttributes ( ) : void |
Shows the opportunity attributes.
|
|
UpdateTriggerQualifiers ( ) : void |
Updates the trigger qualifiers.
|
|
cblSelectedItemsAsInt ( |
||
gConnectionOpportunityConnectorGroups_Add ( object sender, |
Handles the Add event of the gConnectionOpportunityConnectorGroups control.
|
|
gConnectionOpportunityConnectorGroups_GridRebind ( object sender, |
Handles the GridRebind event of the gConnectionOpportunityConnectorGroups control.
|
|
gConnectionOpportunityGroups_Add ( object sender, |
Handles the Add event of the gConnectionOpportunityGroups control.
|
|
gConnectionOpportunityGroups_GridRebind ( object sender, |
Handles the GridRebind event of the gConnectionOpportunityGroups control.
|
|
gConnectionOpportunityWorkflows_Add ( object sender, |
Handles the Add event of the gConnectionOpportunityWorkflows control.
|
|
gConnectionOpportunityWorkflows_GridRebind ( object sender, |
Handles the GridRebind event of the gConnectionOpportunityWorkflows control.
|
protected Block_BlockUpdated ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
public GetBreadCrumbs ( PageReference pageReference ) : List |
||
pageReference | PageReference | The |
return | List |
protected LoadViewState ( object savedState ) : void | ||
savedState | object | An |
return | void |
protected OnInit ( |
||
e | An |
|
return | void |
protected OnLoad ( |
||
e | The |
|
return | void |
public ShowDetail ( int connectionOpportunityId ) : void | ||
connectionOpportunityId | int | The connectionOpportunity identifier. |
return | void |
protected btnCancel_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected btnHideDialog_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected btnSave_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected cblCampus_SelectedIndexChanged ( object sender, |
||
sender | object | |
e | ||
return | void |
protected ddlGroupType_SelectedIndexChanged ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected ddlTriggerType_SelectedIndexChanged ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected dlgConnectorGroupDetails_SaveClick ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected dlgGroupDetails_SaveClick ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected dlgWorkflowDetails_SaveClick ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected gConnectionOpportunityConnectorGroups_Delete ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected gConnectionOpportunityConnectorGroups_Edit ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected gConnectionOpportunityConnectorGroups_ShowEdit ( System.Guid connectionOpportunityConnectorGroupsGuid ) : void | ||
connectionOpportunityConnectorGroupsGuid | System.Guid | The connection opportunity group campus unique identifier. |
return | void |
protected gConnectionOpportunityGroups_Delete ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected gConnectionOpportunityWorkflows_Delete ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected gConnectionOpportunityWorkflows_Edit ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected gConnectionOpportunityWorkflows_RowDataBound ( object sender, System.Web.UI.WebControls.GridViewRowEventArgs e ) : void | ||
sender | object | The source of the event. |
e | System.Web.UI.WebControls.GridViewRowEventArgs | The |
return | void |
protected gConnectionOpportunityWorkflows_ShowEdit ( System.Guid connectionOpportunityWorkflowGuid ) : void | ||
connectionOpportunityWorkflowGuid | System.Guid | The connection opportunity workflow unique identifier. |
return | void |
public lvDefaultConnectors_ItemDataBound ( object sender, System.Web.UI.WebControls.ListViewItemEventArgs e ) : void | ||
sender | object | The source of the event. |
e | System.Web.UI.WebControls.ListViewItemEventArgs | The |
return | void |
protected tglUseAllGroupsOfGroupType_CheckedChanged ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |