Свойство | Type | Description | |
---|---|---|---|
FromPersonId | int? | ||
ToPersonId | int? |
Méthode | Description | |
---|---|---|
Page_Load ( object sender, |
||
UpdateConnectionRequests ( ) : void |
Updates the Connection Requests to us the new To person
|
|
UpdateUi ( ) : void |
Returns the number of Workflows and Connection Requests for the selected Fron person, then populates grids.
|
|
UpdateWorkflows ( ) : void |
Updates the Workflows to us the new To person
|
|
btnSaveConnections_Click ( object sender, |
Handles the OnClick event of the Update Connection Requests button.
|
|
btnSaveWorkflows_Click ( object sender, |
Handles the OnClick event of the Update Workflows button.
|
|
ppFrom_OnSelect ( object sender, |
Handles the OnSelect event of the From PersonPicker.
|
Méthode | Description | |
---|---|---|
IsValid ( ) : bool |
Returns true if the form is valid; false otherwise.
|
protected Page_Load ( object sender, |
||
sender | object | |
e | ||
Résultat | void |
protected UpdateConnectionRequests ( ) : void | ||
Résultat | void |
protected btnSaveConnections_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Résultat | void |
protected btnSaveWorkflows_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Résultat | void |
protected ppFrom_OnSelect ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Résultat | void |