C# Класс RockWeb.Blocks.Groups.GroupAttendanceList

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

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

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

Binds the filter.

BindGrid ( ) : void

Binds the group members grid.

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.

bddlCampus_SelectionChanged ( object sender, EventArgs e ) : void

Handles the SelectionChanged event of the bddlCampus control.

gOccurrences_Add ( object sender, EventArgs e ) : void

Handles the Add event of the gOccurrences control.

gOccurrences_Delete ( object sender, RowEventArgs e ) : void

Handles the Delete event of the gOccurrences control.

gOccurrences_Edit ( object sender, RowEventArgs e ) : void

Handles the Edit event of the gOccurrences control.

gOccurrences_GridRebind ( object sender, EventArgs e ) : void

Handles the GridRebind event of the gOccurrences control.

gOccurrences_RowDataBound ( object sender, System.Web.UI.WebControls.GridViewRowEventArgs e ) : void

Handles the RowDataBound event of the gOccurrences control.

rFilter_ApplyFilterClick ( object sender, EventArgs e ) : void

Handles the ApplyFilterClick event of the rFilter control.

rFilter_ClearFilterClick ( object sender, EventArgs e ) : void

Handles the ClearFilterClick event of the rFilter control.

rFilter_DisplayFilterValue ( object sender, GridFilter e ) : void

Rs the filter_ display filter value.

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

Метод Описание
MakeKeyUniqueToGroup ( string key ) : string

Makes the key unique to group.

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

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

Binds the filter.
protected BindFilter ( ) : void
Результат void

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

Binds the group members grid.
protected BindGrid ( ) : void
Результат 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

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

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

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

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

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

Handles the Delete event of the gOccurrences control.
protected gOccurrences_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

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

Handles the Edit event of the gOccurrences control.
protected gOccurrences_Edit ( 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

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

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

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

Handles the RowDataBound event of the gOccurrences control.
protected gOccurrences_RowDataBound ( object sender, System.Web.UI.WebControls.GridViewRowEventArgs e ) : void
sender object The source of the event.
e System.Web.UI.WebControls.GridViewRowEventArgs 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_ClearFilterClick() защищенный Метод

Handles the ClearFilterClick event of the rFilter control.
protected rFilter_ClearFilterClick ( 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