Property | Type | Description | |
---|---|---|---|
_calendarId | int? | ||
_canApprove | bool | ||
_canEdit | bool |
Method | 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 eventItemId ) : void |
Shows the detail.
|
Method | 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.
|
|
btnSaveAudience_Click ( object sender, |
Handles the Click event of the btnSaveAudience control.
|
|
btnSave_Click ( object sender, |
Handles the Click event of the btnSave control.
|
|
cblCalendars_SelectedIndexChanged ( object sender, |
Handles the SelectedIndexChanged event of the cblCalendars control.
|
|
gAudiences_Delete ( object sender, |
Handles the Delete event of the gAudiences control.
|
|
lbCalendarDetail_Click ( object sender, |
Handles the Click event of the lbCalendarDetail control.
|
|
lbCalendarsDetail_Click ( object sender, |
Handles the Click event of the lbCalendarsDetail control.
|
Method | Description | |
---|---|---|
BindAudienceGrid ( ) : void |
Binds the audience grid.
|
|
GetEventItem ( int eventItemId, |
Gets the eventItem.
|
|
HideDialog ( ) : void |
Hides the dialog.
|
|
SetEditMode ( bool editable ) : void |
Sets the edit mode.
|
|
SetFollowingOnPostback ( int eventItemId ) : void |
Sets the following on postback.
|
|
SetLabels ( EventItem eventItem ) : void | ||
ShowDialog ( bool setValues = false ) : void |
Shows the dialog.
|
|
ShowDialog ( string dialog, bool setValues = false ) : void |
Shows the dialog.
|
|
ShowEditDetails ( EventItem eventItem ) : void |
Shows the edit details.
|
|
ShowItemAttributes ( ) : void |
Shows the item attributes.
|
|
ShowReadonlyDetails ( EventItem eventItem ) : void |
Shows the readonly details.
|
|
gAudiences_Add ( object sender, |
Handles the Add event of the gAudiences control.
|
|
gAudiences_GridRebind ( object sender, |
Handles the GridRebind event of the gAudiences control.
|
protected Block_BlockUpdated ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
public GetBreadCrumbs ( PageReference pageReference ) : List |
||
pageReference | PageReference | The |
return | List |
protected LoadViewState ( object savedState ) : void | ||
savedState | object | An |
return | void |
protected OnInit ( |
||
e | An |
|
return | void |
protected OnLoad ( |
||
e | The |
|
return | void |
public ShowDetail ( int eventItemId ) : void | ||
eventItemId | int | The eventItem identifier. |
return | void |
protected btnCancel_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected btnDelete_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected btnEdit_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected btnSaveAudience_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected btnSave_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected cblCalendars_SelectedIndexChanged ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected gAudiences_Delete ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected lbCalendarDetail_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected lbCalendarsDetail_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |