C# Класс RockWeb.Blocks.Event.EventItemOccurrenceDetail

Наследование: Rock.Web.UI.RockBlock, IDetailBlock
Показать файл Открыть проект

Открытые методы

Метод Описание
ShowDetail ( int eventItemOccurrenceId ) : void

Shows the detail.

Защищенные методы

Метод Описание
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.

Приватные методы

Метод Описание
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

Описание методов

LoadViewState() защищенный Метод

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.
Результат void

OnInit() защищенный Метод

Raises the E:System.Web.UI.Control.Init event.
protected OnInit ( EventArgs e ) : void
e System.EventArgs An object that contains the event data.
Результат void

OnLoad() защищенный Метод

Raises the E:System.Web.UI.Control.Load event.
protected OnLoad ( EventArgs e ) : void
e System.EventArgs The object that contains the event data.
Результат void

SaveViewState() защищенный Метод

Saves any user control view-state changes that have occurred since the last page postback.
protected SaveViewState ( ) : object
Результат object

ShowDetail() публичный Метод

Shows the detail.
public ShowDetail ( int eventItemOccurrenceId ) : void
eventItemOccurrenceId int
Результат void

btnCancel_Click() защищенный Метод

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.
Результат void

btnDelete_Click() защищенный Метод

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.
Результат void

btnEdit_Click() защищенный Метод

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.
Результат void

btnSave_Click() защищенный Метод

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.
Результат void

ddlExistingLinkageTemplate_SelectedIndexChanged() защищенный Метод

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.
Результат void

ddlNewLinkageTemplate_SelectedIndexChanged() защищенный Метод

protected ddlNewLinkageTemplate_SelectedIndexChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Результат void

dlgEditLinkage_SaveClick() защищенный Метод

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.
Результат void

dlgExistingLinkage_SaveClick() защищенный Метод

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.
Результат void

dlgNewLinkage_SaveClick() защищенный Метод

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.
Результат void

lbCalendarDetail_Click() защищенный Метод

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.
Результат void

lbCalendarItem_Click() защищенный Метод

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.
Результат void

lbCalendarsDetail_Click() защищенный Метод

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.
Результат void

lbCreateNewRegistration_Click() защищенный Метод

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.
Результат void

lbDeleteRegistration_Click() защищенный Метод

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.
Результат void

lbEditRegistration_Click() защищенный Метод

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.
Результат void

lbLinkToExistingRegistration_Click() защищенный Метод

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.
Результат void

ppContact_SelectPerson() защищенный Метод

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.
Результат void

sbSchedule_SaveSchedule() защищенный Метод

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.
Результат void