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

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

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

Метод Описание
SetVisible ( bool visible ) : void

Sets the visible.

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

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

gCalendarItemOccurrenceList_Copy ( object sender, RowEventArgs e ) : void

Handles the Copy event of the gCalendarItemOccurrenceList control.

gCalendarItemOccurrenceList_Delete ( object sender, RowEventArgs e ) : void

Handles the Delete event of the gCalendarItemOccurrenceList control.

gCalendarItemOccurrenceList_RowSelected ( object sender, RowEventArgs e ) : void

Handles the RowSelected event of the gCalendarItemOccurrenceList control.

rFilter_ApplyFilterClick ( object sender, EventArgs e ) : void

Handles the ApplyFilterClick event of the rFilter control.

rFilter_DisplayFilterValue ( object sender, GridFilter e ) : void

Rs the filter_ display filter value.

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

Метод Описание
BindCampusGrid ( ) : void

Binds the campus grid.

FormatContentItems ( IEnumerable items ) : string
SetFilter ( ) : void

Sets the filter.

gCalendarItemOccurrenceList_Add ( object sender, EventArgs e ) : void

Handles the Add event of the gCampusDetails control.

gCalendarItemOccurrenceList_GridRebind ( object sender, EventArgs e ) : void

Handles the GridRebind event of the gCalendarItemOccurrenceList control.

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

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

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

Sets the visible.
public SetVisible ( bool visible ) : void
visible bool if set to true [visible].
Результат void

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

Handles the Copy event of the gCalendarItemOccurrenceList control.
protected gCalendarItemOccurrenceList_Copy ( object sender, RowEventArgs e ) : void
sender object The source of the event.
e Rock.Web.UI.Controls.RowEventArgs The instance containing the event data.
Результат void

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

Handles the Delete event of the gCalendarItemOccurrenceList control.
protected gCalendarItemOccurrenceList_Delete ( object sender, RowEventArgs e ) : void
sender object The source of the event.
e Rock.Web.UI.Controls.RowEventArgs The instance containing the event data.
Результат void

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

Handles the RowSelected event of the gCalendarItemOccurrenceList control.
protected gCalendarItemOccurrenceList_RowSelected ( object sender, RowEventArgs e ) : void
sender object The source of the event.
e Rock.Web.UI.Controls.RowEventArgs The instance containing the event data.
Результат void

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

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

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

Rs the filter_ display filter value.
protected rFilter_DisplayFilterValue ( object sender, GridFilter e ) : void
sender object The sender.
e Rock.Web.UI.Controls.GridFilter The e.
Результат void