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

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

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

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

ShowSettings ( ) : void

Shows the settings.

btnClear_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnClear control.

btnSearch_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnSearch control.

ddlPageSize_SelectedIndexChanged ( object sender, EventArgs e ) : void

Handles the SelectedIndexChanged event of the ddlPageSize control.

gGroups_RowSelected ( object sender, RowEventArgs e ) : void

Handles the RowSelected event of the gGroups control.

gtpGroupType_SelectedIndexChanged ( object sender, EventArgs e ) : void

Handles the SelectedIndexChanged event of the gtpGroupType control.

lbSave_Click ( object sender, EventArgs e ) : void

Handles the Click event of the lbSave control.

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

Метод Описание
AddFilterControl ( Control control, string name, string description ) : void
BindAttributes ( ) : void

Adds the attribute filters.

BindGroupType ( GroupTypePicker control, List groupTypes, string attributeName ) : void

Binds the type of the group.

Block_Updated ( object sender, EventArgs e ) : void

Handles the BlockUpdated event of the ContentDynamic control.

BuildDynamicControls ( ) : void

Builds the dynamic controls.

GetGroupTypeGuid ( int groupTypeId ) : string

Gets the group type unique identifier.

GetGroupTypeId ( System.Guid groupTypeGuid ) : int?
Map ( MapItem location, List fences, List groups ) : void

Maps the specified location.

SetGroupTypeOptions ( ) : void

Binds the group attribute list.

ShowError ( string message ) : void
ShowMessage ( string message ) : void
ShowResults ( ) : void

Binds the grid.

ShowView ( ) : void

Shows the view.

ShowViewForPerson ( System.Guid targetPersonGuid ) : void
ShowWarning ( string message ) : void
gGroups_GridRebind ( object sender, EventArgs e ) : void

Handles the GridRebind event of the gGroups control.

registerColumn_Click ( object sender, RowEventArgs e ) : void

Handles the Click event of the registerColumn control.

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

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

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

Shows the settings.
protected ShowSettings ( ) : void
Результат void

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

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

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

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

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

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

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

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

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

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

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

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