Свойство | Type | Description | |
---|---|---|---|
BindAttributesGrid | void | ||
BindContentChannelsGrid | void | ||
GetEventCalendar | EventCalendar | ||
HideDialog | void | ||
LoadStateDetails | void | ||
ReOrderAttributes | void | ||
SaveAttributes | void | ||
SetEditMode | void | ||
ShowAttributeEdit | void | ||
ShowDialog | void | ||
ShowDialog | void | ||
ShowEditDetails | void | ||
ShowReadonlyDetails | void | ||
SortAttributes | void |
Méthode | 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 eventCalendarId ) : void |
Shows the edit.
|
Méthode | 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.
|
|
btnCancel_Click ( object sender, |
Handles the Click event of the btnCancel control.
|
|
btnDelete_Click ( object sender, |
Handles the Click event of the btnDelete control.
|
|
btnEdit_Click ( object sender, |
Handles the Click event of the btnEdit control.
|
|
btnSave_Click ( object sender, |
Handles the Click event of the btnSave control.
|
|
dlgAttribute_SaveClick ( object sender, |
Handles the SaveClick event of the dlgAttribute control.
|
|
dlgContentChannel_SaveClick ( object sender, |
Handles the SaveClick event of the dlgContentChannel control.
|
|
gAttributes_Add ( object sender, |
Handles the Add event of the gAttributes control.
|
|
gAttributes_Delete ( object sender, |
Handles the Delete event of the gAttributes control.
|
|
gAttributes_Edit ( object sender, |
Handles the Edit event of the gAttributes control.
|
|
gAttributes_GridRebind ( object sender, |
Handles the GridRebind event of the gAttributes control.
|
|
gAttributes_GridReorder ( object sender, Rock.Web.UI.Controls.GridReorderEventArgs e ) : void |
Handles the GridReorder event of the gAttributes control.
|
|
gContentChannels_Add ( object sender, |
Handles the Add event of the gContentChannels control.
|
|
gContentChannels_Delete ( object sender, |
Handles the Delete event of the gContentChannels control.
|
|
gContentChannels_GridRebind ( object sender, |
Handles the GridRebind event of the gAttributes control.
|
|
lbCalendarsDetail_Click ( object sender, |
Handles the Click event of the lbCalendarsDetail control.
|
Méthode | Description | |
---|---|---|
BindAttributesGrid ( ) : void |
Binds the group type attributes grid.
|
|
BindContentChannelsGrid ( ) : void |
Binds the group type attributes grid.
|
|
GetEventCalendar ( int eventCalendarId, |
Gets the event calendar.
|
|
HideDialog ( ) : void |
Hides the dialog.
|
|
LoadStateDetails ( EventCalendar eventCalendar, |
Loads the state details.
|
|
ReOrderAttributes ( List |
Reorder attributes.
|
|
SaveAttributes ( int entityTypeId, string qualifierColumn, string qualifierValue, List |
Saves the attributes.
|
|
SetEditMode ( bool editable ) : void |
Sets the edit mode.
|
|
ShowAttributeEdit ( System.Guid attributeGuid ) : void |
Shows the attribute edit.
|
|
ShowDialog ( bool setValues = false ) : void |
Shows the dialog.
|
|
ShowDialog ( string dialog, bool setValues = false ) : void |
Shows the dialog.
|
|
ShowEditDetails ( EventCalendar eventCalendar, |
Shows the edit details.
|
|
ShowReadonlyDetails ( EventCalendar eventCalendar ) : void |
Shows the readonly details.
|
|
SortAttributes ( List |
Reorders the attribute list.
|
protected Block_BlockUpdated ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Résultat | void |
public GetBreadCrumbs ( PageReference pageReference ) : List |
||
pageReference | PageReference | The page reference. |
Résultat | List |
protected LoadViewState ( object savedState ) : void | ||
savedState | object | An |
Résultat | void |
protected OnInit ( |
||
e | An |
|
Résultat | void |
protected OnLoad ( |
||
e | The |
|
Résultat | void |
public ShowDetail ( int eventCalendarId ) : void | ||
eventCalendarId | int | The Event Calendar Type identifier. |
Résultat | void |
protected btnCancel_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Résultat | void |
protected btnDelete_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Résultat | void |
protected btnEdit_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Résultat | void |
protected btnSave_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Résultat | void |
protected dlgAttribute_SaveClick ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Résultat | void |
protected dlgContentChannel_SaveClick ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Résultat | void |
protected gAttributes_Add ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Résultat | void |
protected gAttributes_Delete ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Résultat | void |
protected gAttributes_Edit ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Résultat | void |
protected gAttributes_GridRebind ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Résultat | void |
protected gAttributes_GridReorder ( object sender, Rock.Web.UI.Controls.GridReorderEventArgs e ) : void | ||
sender | object | The source of the event. |
e | Rock.Web.UI.Controls.GridReorderEventArgs | The |
Résultat | void |
protected gContentChannels_Add ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Résultat | void |
protected gContentChannels_Delete ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Résultat | void |
protected gContentChannels_GridRebind ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Résultat | void |
protected lbCalendarsDetail_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Résultat | void |