Méthode | 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
|
|
RebindConnectors ( ConnectionRequest connectionRequest, int campusId, |
Rebinds the connectors.
|
|
ShowDetail ( int connectionRequestId ) : void |
Shows the detail.
|
|
ShowDetail ( int connectionRequestId, int connectionOpportunityId ) : void |
Shows the detail.
|
Méthode | Description | |
---|---|---|
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.
|
|
btnAddConnectionRequestActivity_Click ( object sender, |
Handles the Click event of the btnAddConnectionRequestActivity control.
|
|
btnCancel_Click ( object sender, |
Handles the Click event of the btnCancel control.
|
|
btnSave_Click ( object sender, |
Handles the Click event of the btnSave control.
|
|
btnSearch_Click ( object sender, |
Handles the Click event of the btnSearch control.
|
|
btnTransferSave_Click ( object sender, |
Handles the Click event of the btnTransferSave control.
|
|
ddlCampus_SelectedIndexChanged ( object sender, |
Handles the SelectedIndexChanged event of the ddlCampus control.
|
|
dlgSearch_SaveClick ( object sender, |
Handles the SaveClick event of the dlgSearch control.
|
|
gConnectionRequestActivities_Delete ( object sender, |
Handles the Delete event of the gConnectionRequestActivities control.
|
|
gConnectionRequestActivities_Edit ( object sender, |
Handles the Edit event of the gConnectionRequestActivities control.
|
|
gConnectionRequestActivities_RowDataBound ( object sender, System.Web.UI.WebControls.GridViewRowEventArgs e ) : void |
Handles the RowDataBound event of the gConnectionRequestActivities control.
|
|
gConnectionRequestWorkflows_RowSelected ( object sender, Rock e ) : void |
Handles the RowSelected event of the gConnectionRequestWorkflows control.
|
|
lbConnect_Click ( object sender, |
Handles the Click event of the lbConnect control.
|
|
lbEdit_Click ( object sender, |
Handles the Click event of the lbEdit control.
|
|
lbTransfer_Click ( object sender, |
Handles the Click event of the lbTransfer control.
|
|
ppRequestor_SelectPerson ( object sender, |
Handles the SelectPerson event of the ppRequestor control checking for possible duplicate records.
|
|
rblState_SelectedIndexChanged ( object sender, |
Handles the SelectedIndexChanged event of the rblState control.
|
|
rptRequestWorkflows_ItemCommand ( object source, System.Web.UI.WebControls.RepeaterCommandEventArgs e ) : void |
Handles the ItemCommand event of the rptRequestWorkflows control.
|
|
rptSearchResult_ItemCommand ( object source, System.Web.UI.WebControls.RepeaterCommandEventArgs e ) : void |
Handles the ItemCommand event of the rptSearchResult control.
|
Méthode | Description | |
---|---|---|
AddDynamicControls ( ) : void |
Adds the attribute columns.
|
|
BindAttributes ( ) : void |
Binds the attributes.
|
|
BindConnectionRequestActivitiesGrid ( ConnectionRequest connectionRequest, |
Binds the connection request activities grid.
|
|
BindConnectionRequestWorkflowsGrid ( ) : void |
Binds the connection request workflows grid.
|
|
HideDialog ( ) : void |
Hides the dialog.
|
|
LaunchWorkflow ( |
Launches the workflow.
|
|
ShowActivityDialog ( System.Guid activityGuid ) : void |
Shows the activity dialog.
|
|
ShowConnectionOpportunityRequirementsStatuses ( ) : void |
Shows the connectionOpportunity requirements statuses.
|
|
ShowDialog ( bool setValues = false ) : void |
Shows the dialog.
|
|
ShowDialog ( string dialog, bool setValues = false ) : void |
Shows the dialog.
|
|
ShowEditDetails ( ConnectionRequest connectionRequest, |
Shows the edit details.
|
|
ShowErrorMessage ( string title, string message ) : void |
Shows the error message.
|
|
ShowReadonlyDetails ( ConnectionRequest connectionRequest ) : void |
Shows the readonly details.
|
|
gConnectionRequestActivities_Add ( object sender, |
Handles the Add event of the gConnectionRequestActivities control.
|
|
gConnectionRequestActivities_GridRebind ( object sender, |
Handles the GridRebind event of the gConnectionRequestActivities control.
|
|
gConnectionRequestWorkflows_GridRebind ( object sender, |
Handles the GridRebind event of the gConnectionRequestWorkflows control.
|
public GetBreadCrumbs ( PageReference pageReference ) : List |
||
pageReference | PageReference | The page reference. |
Résultat | List |
protected LoadViewState ( object savedState ) : void | ||
savedState | object | An |
Résultat | void |
protected OnInit ( |
||
e | An |
|
Résultat | void |
protected OnLoad ( |
||
e | The |
|
Résultat | void |
public RebindConnectors ( ConnectionRequest connectionRequest, int campusId, |
||
connectionRequest | ConnectionRequest | The connection request. |
campusId | int | The campus identifier. |
rockContext | The rock context. | |
Résultat | void |
public ShowDetail ( int connectionRequestId ) : void | ||
connectionRequestId | int | The connection request identifier. |
Résultat | void |
public ShowDetail ( int connectionRequestId, int connectionOpportunityId ) : void | ||
connectionRequestId | int | The connection request identifier. |
connectionOpportunityId | int | The connectionOpportunity id. |
Résultat | void |
protected btnAddConnectionRequestActivity_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Résultat | void |
protected btnCancel_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Résultat | void |
protected btnSave_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Résultat | void |
protected btnSearch_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Résultat | void |
protected btnTransferSave_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Résultat | void |
protected ddlCampus_SelectedIndexChanged ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Résultat | void |
protected dlgSearch_SaveClick ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Résultat | void |
protected gConnectionRequestActivities_Delete ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Résultat | void |
protected gConnectionRequestActivities_Edit ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Résultat | void |
protected gConnectionRequestActivities_RowDataBound ( object sender, System.Web.UI.WebControls.GridViewRowEventArgs e ) : void | ||
sender | object | The source of the event. |
e | System.Web.UI.WebControls.GridViewRowEventArgs | The |
Résultat | void |
protected gConnectionRequestWorkflows_RowSelected ( object sender, Rock e ) : void | ||
sender | object | The source of the event. |
e | Rock | The |
Résultat | void |
protected lbConnect_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Résultat | void |
protected lbEdit_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Résultat | void |
protected lbTransfer_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Résultat | void |
protected ppRequestor_SelectPerson ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Résultat | void |
protected rblState_SelectedIndexChanged ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Résultat | void |
protected rptRequestWorkflows_ItemCommand ( object source, System.Web.UI.WebControls.RepeaterCommandEventArgs e ) : void | ||
source | object | The source of the event. |
e | System.Web.UI.WebControls.RepeaterCommandEventArgs | The |
Résultat | void |
protected rptSearchResult_ItemCommand ( object source, System.Web.UI.WebControls.RepeaterCommandEventArgs e ) : void | ||
source | object | The source of the event. |
e | System.Web.UI.WebControls.RepeaterCommandEventArgs | The |
Résultat | void |