C# Class RockWeb.Blocks.Core.UniversalSearchControlPanel

Inheritance: Rock.Web.UI.RockBlock
Datei anzeigen Open project: NewSpring/Rock

Protected Methods

Method Description
Block_BlockUpdated ( object sender, EventArgs e ) : void

Handles the BlockUpdated event of the control.

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.

gBulkLoad_Click ( object sender, RowEventArgs e ) : void

Handles the Click event of the gContentItemBulkLoad control.

gClearIndex_Click ( object sender, RowEventArgs e ) : void

Handles the Click event of the gClearIndex control.

gEntityList_RowSelected ( object sender, RowEventArgs e ) : void

Handles the RowSelected event of the gEntityList control.

gRefresh_Click ( object sender, RowEventArgs e ) : void

Handles the Click event of the gRefresh control.

lbSmartSearchCancel_Click ( object sender, EventArgs e ) : void

Handles the Click event of the lbSmartSearchCancel control.

lbSmartSearchEdit_Click ( object sender, EventArgs e ) : void

Handles the Click event of the lbSmartSearchEdit control.

lbSmartSearchSave_Click ( object sender, EventArgs e ) : void

Handles the Click event of the lbSmartSearchSave control.

Private Methods

Method Description
LoadEntities ( ) : void

Loads the entities.

LoadIndexDetails ( ) : void

Loads the index details.

MdEditEntityType_SaveClick ( object sender, EventArgs e ) : void

Handles the SaveClick event of the MdEditEntityType control.

ShowSmartSearchView ( ) : void

Shows the smart search view.

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

Handles the RowDataBound event of the GEntityList control.

Method Details

Block_BlockUpdated() protected method

Handles the BlockUpdated event of the control.
protected Block_BlockUpdated ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
return void

OnInit() protected method

Raises the E:System.Web.UI.Control.Init event.
protected OnInit ( EventArgs e ) : void
e System.EventArgs An object that contains the event data.
return void

OnLoad() protected method

Raises the E:System.Web.UI.Control.Load event.
protected OnLoad ( EventArgs e ) : void
e System.EventArgs The object that contains the event data.
return void

gBulkLoad_Click() protected method

Handles the Click event of the gContentItemBulkLoad control.
protected gBulkLoad_Click ( object sender, RowEventArgs e ) : void
sender object The source of the event.
e Rock.Web.UI.Controls.RowEventArgs The instance containing the event data.
return void

gClearIndex_Click() protected method

Handles the Click event of the gClearIndex control.
protected gClearIndex_Click ( object sender, RowEventArgs e ) : void
sender object The source of the event.
e Rock.Web.UI.Controls.RowEventArgs The instance containing the event data.
return void

gEntityList_RowSelected() protected method

Handles the RowSelected event of the gEntityList control.
protected gEntityList_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.
return void

gRefresh_Click() protected method

Handles the Click event of the gRefresh control.
protected gRefresh_Click ( object sender, RowEventArgs e ) : void
sender object The source of the event.
e Rock.Web.UI.Controls.RowEventArgs The instance containing the event data.
return void

lbSmartSearchCancel_Click() protected method

Handles the Click event of the lbSmartSearchCancel control.
protected lbSmartSearchCancel_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
return void

lbSmartSearchEdit_Click() protected method

Handles the Click event of the lbSmartSearchEdit control.
protected lbSmartSearchEdit_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
return void

lbSmartSearchSave_Click() protected method

Handles the Click event of the lbSmartSearchSave control.
protected lbSmartSearchSave_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
return void