C# Класс RockWeb.Blocks.Finance.BatchList

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

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

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

ShowDetailForm ( int id ) : void

Shows the detail form.

gBatchList_Add ( object sender, EventArgs e ) : void

Handles the Add event of the gBatchList control.

gBatchList_Delete ( object sender, RowEventArgs e ) : void

Handles the Delete event of the gBatchList control.

gBatchList_Edit ( object sender, RowEventArgs e ) : void

Handles the RowSelected event of the gBatchList control.

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

Handles the RowDataBound event of the gBatchList control.

gfBatchFilter_ApplyFilterClick ( object sender, EventArgs e ) : void

Handles the ApplyFilterClick event of the gfBatchFilter control.

gfBatchFilter_DisplayFilterValue ( object sender, Rock e ) : void

Handles the DisplayFilterValue event of the gfBatchFilter control.

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

Метод Описание
BindDefinedTypeDropdown ( ListControl listControl, System.Guid definedTypeGuid, string userPreferenceKey ) : void

Binds the defined type dropdown.

BindFilter ( ) : void

Binds the filter.

BindGrid ( ) : void

Binds the grid.

GetWarnings ( FinancialBatch batch ) : List

Gets the warnings.

gBatchList_GridRebind ( object sender, EventArgs e ) : void

Handles the GridRebind event of the gBatchList control.

gBatchList_GridReorder ( object sender, Rock.Web.UI.Controls.GridReorderEventArgs e ) : void

Handles the GridReorder event of the gBatchList 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

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

Shows the detail form.
protected ShowDetailForm ( int id ) : void
id int The id.
Результат void

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

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

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

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

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

Handles the RowSelected event of the gBatchList control.
protected gBatchList_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

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

Handles the RowDataBound event of the gBatchList control.
protected gBatchList_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

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

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

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

Handles the DisplayFilterValue event of the gfBatchFilter control.
protected gfBatchFilter_DisplayFilterValue ( object sender, Rock e ) : void
sender object The source of the event.
e Rock The instance containing the event data.
Результат void