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

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

Private Properties

Свойство Тип Описание
GetDivClass string
NavigateToParent void

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

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

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.

lbCalendarItem_Click ( object sender, EventArgs e ) : void

Handles the Click event of the lbCalendarItem control.

lbCalendar_Click ( object sender, EventArgs e ) : void

Handles the Click event of the lbCalendar control.

lbCalendars_Click ( object sender, EventArgs e ) : void

Handles the Click event of the lbCalendars control.

lbEventOccurrence_Click ( object sender, EventArgs e ) : void

Handles the Click event of the lbEventOccurrence control.

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

Метод Описание
GetDivClass ( int pageId ) : string

Gets the div class.

NavigateToParent ( int targetPage ) : void

Navigates to parent.

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

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

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

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

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

Handles the Click event of the lbCalendar control.
protected lbCalendar_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
Результат void

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

Handles the Click event of the lbCalendars control.
protected lbCalendars_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
Результат void

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

Handles the Click event of the lbEventOccurrence control.
protected lbEventOccurrence_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
Результат void