Property | Type | Description | |
---|---|---|---|
BindAttributesGrid | void | ||
BindConnectionActivityTypesGrid | void | ||
BindConnectionStatusesGrid | void | ||
BindConnectionWorkflowsGrid | void | ||
GetConnectionType | ConnectionType | ||
HideDialog | void | ||
LoadStateDetails | void | ||
ReOrderAttributes | void | ||
SaveAttributes | void | ||
SetConnectionActivityTypeListOrder | void | ||
SetConnectionStatusListOrder | void | ||
SetConnectionWorkflowListOrder | void | ||
SetEditMode | void | ||
ShowDialog | void | ||
ShowDialog | void | ||
ShowEditDetails | void | ||
ShowReadonlyDetails | void | ||
SortAttributes | void | ||
UpdateTriggerQualifiers | void | ||
gActivityTypes_Add | void | ||
gActivityTypes_GridRebind | void | ||
gStatuses_Add | void | ||
gStatuses_GridRebind | void | ||
gWorkflows_Add | void | ||
gWorkflows_GridRebind | void |
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 connectionTypeId ) : void |
Shows the edit.
|
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.
|
|
btnAddConnectionActivityType_Click ( object sender, EventArgs e ) : void |
Handles the Click event of the btnAddConnectionActivityType control.
|
|
btnAddConnectionStatus_Click ( object sender, EventArgs e ) : void |
Handles the Click event of the btnAddConnectionStatus control.
|
|
btnCancel_Click ( object sender, EventArgs e ) : void |
Handles the Click event of the btnCancel control.
|
|
btnDeleteCancel_Click ( object sender, EventArgs e ) : void |
Handles the Click event of the btnDeleteCancel control.
|
|
btnDeleteConfirm_Click ( object sender, EventArgs e ) : void |
Handles the Click event of the btnDelete control.
|
|
btnDelete_Click ( object sender, EventArgs e ) : void |
Handles the Click event of the btnDelete control.
|
|
btnEdit_Click ( object sender, EventArgs e ) : void |
Handles the Click event of the btnEdit control.
|
|
btnSave_Click ( object sender, EventArgs e ) : void |
Handles the Click event of the btnSave control.
|
|
ddlTriggerType_SelectedIndexChanged ( object sender, EventArgs e ) : void |
Handles the SelectedIndexChanged event of the ddlTriggerType control.
|
|
dlgConnectionTypeAttribute_SaveClick ( object sender, EventArgs e ) : void |
Handles the SaveClick event of the dlgConnectionTypeAttribute control.
|
|
dlgConnectionWorkflow_SaveClick ( object sender, EventArgs e ) : void |
Handles the SaveClick event of the dlgConnectionWorkflow control.
|
|
gActivityTypes_Delete ( object sender, RowEventArgs e ) : void |
Handles the Delete event of the gActivityTypes control.
|
|
gActivityTypes_Edit ( object sender, RowEventArgs e ) : void |
Handles the Edit event of the gActivityTypes control.
|
|
gActivityTypes_ShowEdit ( Guid connectionActivityTypeGuid ) : void |
gs the statuses_ show edit.
|
|
gAttributes_Add ( object sender, EventArgs e ) : void |
Handles the Add event of the gAttributes control.
|
|
gAttributes_Delete ( object sender, RowEventArgs e ) : void |
Handles the Delete event of the gAttributes control.
|
|
gAttributes_Edit ( object sender, RowEventArgs e ) : void |
Handles the Edit event of the gAttributes control.
|
|
gAttributes_GridRebind ( object sender, EventArgs e ) : void |
Handles the GridRebind event of the gAttributes control.
|
|
gAttributes_GridReorder ( object sender, GridReorderEventArgs e ) : void |
Handles the GridReorder event of the gAttributes control.
|
|
gAttributes_ShowEdit ( Guid attributeGuid ) : void |
Shows the edit attribute dialog.
|
|
gStatuses_Delete ( object sender, RowEventArgs e ) : void |
Handles the Delete event of the gStatuses control.
|
|
gStatuses_Edit ( object sender, RowEventArgs e ) : void |
Handles the Edit event of the gStatuses control.
|
|
gStatuses_ShowEdit ( Guid connectionStatusGuid ) : void |
gs the statuses_ show edit.
|
|
gWorkflows_Delete ( object sender, RowEventArgs e ) : void |
Handles the Delete event of the gWorkflows control.
|
|
gWorkflows_Edit ( object sender, RowEventArgs e ) : void |
Handles the Edit event of the gWorkflows control.
|
|
gWorkflows_ShowEdit ( Guid connectionWorkflowGuid ) : void |
Gs the workflows_ show edit.
|
Method | Description | |
---|---|---|
BindAttributesGrid ( ) : void |
Binds the Connection Type attributes grid.
|
|
BindConnectionActivityTypesGrid ( ) : void |
Binds the connection activity types grid.
|
|
BindConnectionStatusesGrid ( ) : void |
Binds the connection statuses grid.
|
|
BindConnectionWorkflowsGrid ( ) : void |
Binds the connection workflows grid.
|
|
GetConnectionType ( int connectionTypeId, |
Gets the type of the connection.
|
|
HideDialog ( ) : void |
Hides the dialog.
|
|
LoadStateDetails ( ConnectionType connectionType, |
Loads the state details.
|
|
ReOrderAttributes ( List |
Reorders the attributes.
|
|
SaveAttributes ( int entityTypeId, string qualifierColumn, string qualifierValue, List |
Saves the attributes.
|
|
SetConnectionActivityTypeListOrder ( List |
Sets the attribute list order.
|
|
SetConnectionStatusListOrder ( List |
Sets the attribute list order.
|
|
SetConnectionWorkflowListOrder ( List |
Sets the connection workflow list order.
|
|
SetEditMode ( bool editable ) : void |
Sets the edit mode.
|
|
ShowDialog ( bool setValues = false ) : void |
Shows the dialog.
|
|
ShowDialog ( string dialog, bool setValues = false ) : void |
Shows the dialog.
|
|
ShowEditDetails ( ConnectionType connectionType ) : void |
Shows the edit details.
|
|
ShowReadonlyDetails ( ConnectionType connectionType ) : void |
Shows the readonly details.
|
|
SortAttributes ( List |
Reorders the attribute list.
|
|
UpdateTriggerQualifiers ( ) : void |
Updates the trigger qualifiers.
|
|
gActivityTypes_Add ( object sender, EventArgs e ) : void |
Handles the Add event of the gActivityTypes control.
|
|
gActivityTypes_GridRebind ( object sender, EventArgs e ) : void |
Handles the GridRebind event of the gActivityTypes control.
|
|
gStatuses_Add ( object sender, EventArgs e ) : void | ||
gStatuses_GridRebind ( object sender, EventArgs e ) : void |
Handles the GridRebind event of the gStatuses control.
|
|
gWorkflows_Add ( object sender, EventArgs e ) : void |
Handles the Add event of the gWorkflows control.
|
|
gWorkflows_GridRebind ( object sender, EventArgs e ) : void |
Handles the GridRebind event of the gWorkflows 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 page reference. |
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 connectionTypeId ) : void | ||
connectionTypeId | int | The Connection Type Type identifier. |
return | void |
protected btnAddConnectionActivityType_Click ( object sender, EventArgs e ) : void | ||
sender | object | The source of the event. |
e | EventArgs | The |
return | void |
protected btnAddConnectionStatus_Click ( object sender, EventArgs e ) : void | ||
sender | object | The source of the event. |
e | EventArgs | The |
return | void |
protected btnCancel_Click ( object sender, EventArgs e ) : void | ||
sender | object | The source of the event. |
e | EventArgs | The |
return | void |
protected btnDeleteCancel_Click ( object sender, EventArgs e ) : void | ||
sender | object | The source of the event. |
e | EventArgs | The |
return | void |
protected btnDeleteConfirm_Click ( object sender, EventArgs e ) : void | ||
sender | object | The source of the event. |
e | EventArgs | The |
return | void |
protected btnDelete_Click ( object sender, EventArgs e ) : void | ||
sender | object | The source of the event. |
e | EventArgs | The |
return | void |
protected btnEdit_Click ( object sender, EventArgs e ) : void | ||
sender | object | The source of the event. |
e | EventArgs | The |
return | void |
protected btnSave_Click ( object sender, EventArgs e ) : void | ||
sender | object | The source of the event. |
e | EventArgs | The |
return | void |
protected ddlTriggerType_SelectedIndexChanged ( object sender, EventArgs e ) : void | ||
sender | object | The source of the event. |
e | EventArgs | The |
return | void |
protected dlgConnectionTypeAttribute_SaveClick ( object sender, EventArgs e ) : void | ||
sender | object | The source of the event. |
e | EventArgs | The |
return | void |
protected dlgConnectionWorkflow_SaveClick ( object sender, EventArgs e ) : void | ||
sender | object | The source of the event. |
e | EventArgs | The |
return | void |
protected gActivityTypes_Delete ( object sender, RowEventArgs e ) : void | ||
sender | object | The source of the event. |
e | RowEventArgs | The |
return | void |
protected gActivityTypes_Edit ( object sender, RowEventArgs e ) : void | ||
sender | object | The source of the event. |
e | RowEventArgs | The |
return | void |
protected gActivityTypes_ShowEdit ( Guid connectionActivityTypeGuid ) : void | ||
connectionActivityTypeGuid | Guid | The connection status unique identifier. |
return | void |
protected gAttributes_Add ( object sender, EventArgs e ) : void | ||
sender | object | The source of the event. |
e | EventArgs | The |
return | void |
protected gAttributes_Delete ( object sender, RowEventArgs e ) : void | ||
sender | object | The source of the event. |
e | RowEventArgs | The |
return | void |
protected gAttributes_Edit ( object sender, RowEventArgs e ) : void | ||
sender | object | The source of the event. |
e | RowEventArgs | The |
return | void |
protected gAttributes_GridRebind ( object sender, EventArgs e ) : void | ||
sender | object | The source of the event. |
e | EventArgs | The |
return | void |
protected gAttributes_GridReorder ( object sender, GridReorderEventArgs e ) : void | ||
sender | object | The source of the event. |
e | GridReorderEventArgs | The |
return | void |
protected gAttributes_ShowEdit ( Guid attributeGuid ) : void | ||
attributeGuid | Guid | The attribute unique identifier. |
return | void |
protected gStatuses_Delete ( object sender, RowEventArgs e ) : void | ||
sender | object | The source of the event. |
e | RowEventArgs | The |
return | void |
protected gStatuses_Edit ( object sender, RowEventArgs e ) : void | ||
sender | object | The source of the event. |
e | RowEventArgs | The |
return | void |
protected gStatuses_ShowEdit ( Guid connectionStatusGuid ) : void | ||
connectionStatusGuid | Guid | The connection status unique identifier. |
return | void |
protected gWorkflows_Delete ( object sender, RowEventArgs e ) : void | ||
sender | object | The source of the event. |
e | RowEventArgs | The |
return | void |
protected gWorkflows_Edit ( object sender, RowEventArgs e ) : void | ||
sender | object | The source of the event. |
e | RowEventArgs | The |
return | void |
protected gWorkflows_ShowEdit ( Guid connectionWorkflowGuid ) : void | ||
connectionWorkflowGuid | Guid | The connection workflow unique identifier. |
return | void |