Méthode | Description | |
---|---|---|
GetBreadCrumbs ( Rock 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.
|
Méthode | Description | |
---|---|---|
OnInit ( |
||
OnLoad ( |
Raises the E:System.Web.UI.Control.Load event.
|
|
OnPreRender ( |
||
btnApprove_Click ( object sender, |
Handles the Click event of the btnApprove control.
|
|
btnCancel_Click ( object sender, |
Handles the Click event of the btnCancel control.
|
|
btnCopy_Click ( object sender, |
Handles the Click event of the btnCopy control.
|
|
btnDeny_Click ( object sender, |
Handles the Click event of the btnDeny control.
|
|
btnEdit_Click ( object sender, |
Méthode | Description | |
---|---|---|
BindActivity ( ) : void | ||
BindRecipients ( ) : void | ||
SetPersonDateValue ( System.Web.UI.WebControls.Literal literal, Person person, System.DateTime datetime, string labelText ) : void | ||
SetPersonDateValue ( System.Web.UI.WebControls.Literal literal, PersonAlias personAlias, System.DateTime datetime, string labelText ) : void | ||
SetRecipients ( System.Web.UI.WebControls.Panel pnl, System.Web.UI.HtmlControls.HtmlAnchor htmlAnchor, System.Web.UI.WebControls.Literal literalControl, Rock.Web.UI.Controls.Grid grid, IQueryable |
||
ShowActions ( Rock communication ) : void |
Shows the actions.
|
|
ShowDetail ( Rock communication ) : void |
Shows the detail.
|
|
ShowResult ( string message, Rock communication, NotificationBoxType notificationType ) : void |
Shows the result.
|
|
ShowStatus ( Rock communication ) : void | ||
gActivity_GridRebind ( object sender, |
||
gRecipients_GridRebind ( object sender, |
Handles the GridRebind event of the Recipient grid controls.
|
public GetBreadCrumbs ( Rock pageReference ) : List |
||
pageReference | Rock | The |
Résultat | List |
protected OnLoad ( |
||
e | The |
|
Résultat | void |
protected OnPreRender ( |
||
e | ||
Résultat | void |
protected btnApprove_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 btnCopy_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Résultat | void |
protected btnDeny_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Résultat | void |
protected btnEdit_Click ( object sender, |
||
sender | object | |
e | ||
Résultat | void |