Свойство | Тип | Описание | |
---|---|---|---|
AddAttributeControls | void | ||
BindChildContentChannelsGrid | void | ||
BindItemAttributesGrid | void | ||
GetContentChannel | ContentChannel | ||
HideDialog | void | ||
LoadDropdowns | void | ||
SaveAttributes | void | ||
SetEditMode | void | ||
SetHeadingInfo | void | ||
ShowDialog | void | ||
ShowDialog | void | ||
ShowReadonlyDetails | void |
Метод | Описание | |
---|---|---|
GetBreadCrumbs ( PageReference pageReference ) : List |
Gets the bread crumbs.
|
|
ShowDetail ( int contentChannelId ) : void |
Shows the detail.
|
Метод | Описание | |
---|---|---|
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.
|
|
ShowEditDetails ( ContentChannel contentChannel ) : void |
Shows the edit details.
|
|
ddlChannelType_SelectedIndexChanged ( object sender, |
Handles the SelectedIndexChanged event of the ddlChannelType control.
|
|
ddlContentControlType_SelectedIndexChanged ( object sender, |
Handles the SelectedIndexChanged event of the ddlContentControlType control.
|
|
dlgChildContentChannel_SaveClick ( object sender, |
Handles the SaveClick event of the dlgChildContentChannel control.
|
|
dlgItemAttributes_SaveClick ( object sender, |
Handles the SaveClick event of the dlgItemAttributes control.
|
|
gChildContentChannels_Add ( object sender, |
Handles the Add event of the gChildContentChannels control.
|
|
gChildContentChannels_Delete ( object sender, |
Handles the Delete event of the gChildContentChannels control.
|
|
gChildContentChannels_GridRebind ( object sender, |
Handles the GridRebind event of the gChildContentChannels control.
|
|
gItemAttributes_Add ( object sender, |
Handles the Add event of the gItemAttributes control.
|
|
gItemAttributes_Delete ( object sender, |
Handles the Delete event of the gItemAttributes control.
|
|
gItemAttributes_Edit ( object sender, |
Handles the Edit event of the gItemAttributes control.
|
|
gItemAttributes_GridRebind ( object sender, |
Handles the GridRebind event of the gItemAttributes control.
|
|
gItemAttributes_GridReorder ( object sender, Rock.Web.UI.Controls.GridReorderEventArgs e ) : void |
Handles the GridReorder event of the gItemAttributes control.
|
|
gItemAttributes_ShowEdit ( System.Guid attributeGuid ) : void |
Gs the marketing campaign ad attribute type_ show edit.
|
|
lbCancel_Click ( object sender, |
Handles the Click event of the lbCancel control.
|
|
lbEdit_Click ( object sender, |
Handles the Click event of the lbEdit control.
|
|
lbSave_Click ( object sender, |
Handles the Click event of the lbSave control.
|
Метод | Описание | |
---|---|---|
AddAttributeControls ( ContentChannel contentChannel ) : void |
Adds the attribute controls.
|
|
BindChildContentChannelsGrid ( ) : void |
Binds the child content channels grid.
|
|
BindItemAttributesGrid ( ) : void |
Binds the marketing campaign ad attribute type grid.
|
|
GetContentChannel ( int contentChannelId, |
Gets the type of the content.
|
|
HideDialog ( ) : void |
Hides the dialog.
|
|
LoadDropdowns ( ) : void |
Loads the dropdowns.
|
|
SaveAttributes ( int channelId, int entityTypeId, List |
Saves the attributes.
|
|
SetEditMode ( bool editable ) : void |
Sets the edit mode.
|
|
SetHeadingInfo ( ContentChannel contentChannel, string title ) : void |
Sets the heading information.
|
|
ShowDialog ( bool setValues = false ) : void |
Shows the dialog.
|
|
ShowDialog ( string dialog, bool setValues = false ) : void |
Shows the dialog.
|
|
ShowReadonlyDetails ( ContentChannel contentChannel ) : void |
Shows the readonly details.
|
protected Block_BlockUpdated ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Результат | void |
public GetBreadCrumbs ( PageReference pageReference ) : List |
||
pageReference | PageReference | The page reference. |
Результат | List |
protected LoadViewState ( object savedState ) : void | ||
savedState | object | An |
Результат | void |
protected OnInit ( |
||
e | An |
|
Результат | void |
protected OnLoad ( |
||
e | The |
|
Результат | void |
public ShowDetail ( int contentChannelId ) : void | ||
contentChannelId | int | The marketing campaign ad type identifier. |
Результат | void |
protected ShowEditDetails ( ContentChannel contentChannel ) : void | ||
contentChannel | ContentChannel | Type of the content. |
Результат | void |
protected ddlChannelType_SelectedIndexChanged ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Результат | void |
protected ddlContentControlType_SelectedIndexChanged ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Результат | void |
protected dlgChildContentChannel_SaveClick ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Результат | void |
protected dlgItemAttributes_SaveClick ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Результат | void |
protected gChildContentChannels_Add ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Результат | void |
protected gChildContentChannels_Delete ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Результат | void |
protected gChildContentChannels_GridRebind ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Результат | void |
protected gItemAttributes_Add ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Результат | void |
protected gItemAttributes_Delete ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Результат | void |
protected gItemAttributes_Edit ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Результат | void |
protected gItemAttributes_GridRebind ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Результат | void |
protected gItemAttributes_GridReorder ( object sender, Rock.Web.UI.Controls.GridReorderEventArgs e ) : void | ||
sender | object | The source of the event. |
e | Rock.Web.UI.Controls.GridReorderEventArgs | The |
Результат | void |
protected gItemAttributes_ShowEdit ( System.Guid attributeGuid ) : void | ||
attributeGuid | System.Guid | |
Результат | void |
protected lbCancel_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Результат | void |
protected lbEdit_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Результат | void |
protected lbSave_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Результат | void |