C# Class RockWeb.Blocks.Event.EventItemOccurrenceDetail

Inheritance: Rock.Web.UI.RockBlock, IDetailBlock
Datei anzeigen Open project: SparkDevNetwork/Rock

Public Methods

Method Description
ShowDetail ( int eventItemOccurrenceId ) : void

Shows the detail.

Protected Methods

Method Description
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 ( EventArgs e ) : void

Raises the E:System.Web.UI.Control.Init event.

OnLoad ( EventArgs e ) : void

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, EventArgs e ) : void

Handles the Click event of the btnCancel control.

btnDelete_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnDelete control.

btnEdit_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnEdit control.

btnSave_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnSave control.

ddlExistingLinkageTemplate_SelectedIndexChanged ( object sender, EventArgs e ) : void

Handles the SelectedIndexChanged event of the ddlExistingLinkageTemplate control.

ddlNewLinkageTemplate_SelectedIndexChanged ( object sender, EventArgs e ) : void
dlgEditLinkage_SaveClick ( object sender, EventArgs e ) : void

Handles the SaveClick event of the dlgEditLinkage control.

dlgExistingLinkage_SaveClick ( object sender, EventArgs e ) : void

Handles the SaveClick event of the dlgExistingLinkage control.

dlgNewLinkage_SaveClick ( object sender, EventArgs e ) : void

Handles the SaveClick event of the dlgExistingLinkage control.

lbCalendarDetail_Click ( object sender, EventArgs e ) : void

Handles the Click event of the lbCalendarDetail control.

lbCalendarItem_Click ( object sender, EventArgs e ) : void

Handles the Click event of the lbCalendarItem control.

lbCalendarsDetail_Click ( object sender, EventArgs e ) : void

Handles the Click event of the lbCalendarsDetail control.

lbCreateNewRegistration_Click ( object sender, EventArgs e ) : void

Handles the Click event of the lbCreateNewRegistration control.

lbDeleteRegistration_Click ( object sender, EventArgs e ) : void

Handles the Click event of the lbDeleteRegistration control.

lbEditRegistration_Click ( object sender, EventArgs e ) : void

Handles the Click event of the lbEditRegistration control.

lbLinkToExistingRegistration_Click ( object sender, EventArgs e ) : void

Handles the Click event of the lbLinkToExistingRegistration control.

ppContact_SelectPerson ( object sender, EventArgs e ) : void

Handles the SelectPerson event of the ppContact control.

sbSchedule_SaveSchedule ( object sender, EventArgs e ) : void

Handles the SaveSchedule event of the sbSchedule control.

Private Methods

Method Description
BindExistingLinkages ( int registrationInstanceId = null ) : void
DisplayRegistration ( ) : void

Binds the registrations grid.

HideDialog ( ) : void

Hides the dialog.

SetEditMode ( bool editable ) : void
ShowDialog ( bool setValues = false ) : void

Shows the dialog.

ShowDialog ( string dialog, bool setValues = false ) : void

Shows the dialog.

ShowEditDetails ( EventItemOccurrence eventItemOccurrence ) : void
ShowEditLinkageDialog ( ) : void

Shows the edit linkage dialog.

ShowExistingLinkageDialog ( ) : void

Shows the linkage dialog.

ShowNewLinkageDialog ( ) : void
ShowReadonlyDetails ( EventItemOccurrence eventItemOccurrence ) : void

Method Details

LoadViewState() protected method

Restores the view-state information from a previous user control request that was saved by the M:System.Web.UI.UserControl.SaveViewState method.
protected LoadViewState ( object savedState ) : void
savedState object An that represents the user control state to be restored.
return void

OnInit() protected method

Raises the E:System.Web.UI.Control.Init event.
protected OnInit ( EventArgs e ) : void
e System.EventArgs An object that contains the event data.
return void

OnLoad() protected method

Raises the E:System.Web.UI.Control.Load event.
protected OnLoad ( EventArgs e ) : void
e System.EventArgs The object that contains the event data.
return void

SaveViewState() protected method

Saves any user control view-state changes that have occurred since the last page postback.
protected SaveViewState ( ) : object
return object

ShowDetail() public method

Shows the detail.
public ShowDetail ( int eventItemOccurrenceId ) : void
eventItemOccurrenceId int
return void

btnCancel_Click() protected method

Handles the Click event of the btnCancel control.
protected btnCancel_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
return void

btnDelete_Click() protected method

Handles the Click event of the btnDelete control.
protected btnDelete_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
return void

btnEdit_Click() protected method

Handles the Click event of the btnEdit control.
protected btnEdit_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
return void

btnSave_Click() protected method

Handles the Click event of the btnSave control.
protected btnSave_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
return void

ddlExistingLinkageTemplate_SelectedIndexChanged() protected method

Handles the SelectedIndexChanged event of the ddlExistingLinkageTemplate control.
protected ddlExistingLinkageTemplate_SelectedIndexChanged ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
return void

ddlNewLinkageTemplate_SelectedIndexChanged() protected method

protected ddlNewLinkageTemplate_SelectedIndexChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

dlgEditLinkage_SaveClick() protected method

Handles the SaveClick event of the dlgEditLinkage control.
protected dlgEditLinkage_SaveClick ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
return void

dlgExistingLinkage_SaveClick() protected method

Handles the SaveClick event of the dlgExistingLinkage control.
protected dlgExistingLinkage_SaveClick ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
return void

dlgNewLinkage_SaveClick() protected method

Handles the SaveClick event of the dlgExistingLinkage control.
protected dlgNewLinkage_SaveClick ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
return void

lbCalendarDetail_Click() protected method

Handles the Click event of the lbCalendarDetail control.
protected lbCalendarDetail_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
return void

lbCalendarItem_Click() protected method

Handles the Click event of the lbCalendarItem control.
protected lbCalendarItem_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
return void

lbCalendarsDetail_Click() protected method

Handles the Click event of the lbCalendarsDetail control.
protected lbCalendarsDetail_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
return void

lbCreateNewRegistration_Click() protected method

Handles the Click event of the lbCreateNewRegistration control.
protected lbCreateNewRegistration_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
return void

lbDeleteRegistration_Click() protected method

Handles the Click event of the lbDeleteRegistration control.
protected lbDeleteRegistration_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
return void

lbEditRegistration_Click() protected method

Handles the Click event of the lbEditRegistration control.
protected lbEditRegistration_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
return void

lbLinkToExistingRegistration_Click() protected method

Handles the Click event of the lbLinkToExistingRegistration control.
protected lbLinkToExistingRegistration_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
return void

ppContact_SelectPerson() protected method

Handles the SelectPerson event of the ppContact control.
protected ppContact_SelectPerson ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
return void

sbSchedule_SaveSchedule() protected method

Handles the SaveSchedule event of the sbSchedule control.
protected sbSchedule_SaveSchedule ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
return void