Метод | Описание | |
---|---|---|
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.
|
Метод | Описание | |
---|---|---|
OnInit ( |
Raises the E:System.Web.UI.Control.Init event.
|
|
OnLoad ( |
Raises the E:System.Web.UI.Control.Load event.
|
|
btnCancel_Click ( object sender, |
Handles the Click event of the btnCancel control.
|
|
btnSave_Click ( object sender, |
Handles the Click event of the btnSave control.
|
|
lbChannel_Click ( object sender, |
Handles the Click event of the lbChannel control.
|
Метод | Описание | |
---|---|---|
BindChannels ( ) : void |
Binds the channels.
|
|
GetChannelData ( ) : void |
Gets the channel data.
|
|
LoadChannelControl ( bool setData ) : Rock.Web.UI.Controls.Communication.ChannelControl |
Shows the channel.
|
|
ShowDetail ( string itemKey, int itemKeyValue ) : void |
Shows the detail.
|
public GetBreadCrumbs ( Rock pageReference ) : List |
||
pageReference | Rock | The |
Результат | List |
protected OnInit ( |
||
e | An |
|
Результат | void |
protected OnLoad ( |
||
e | The |
|
Результат | void |
protected btnCancel_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Результат | void |
protected btnSave_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Результат | void |
protected lbChannel_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Результат | void |