C# Класс Rock.Web.UI.Controls.GridActions

Наследование: System.Web.UI.WebControls.CompositeControl
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
AddCustomActionControl ( Control control ) : void

Adds the custom action control.

ClearCustomActionControls ( ) : void

Clears the custom action controls.

GridActions ( Rock.Web.UI.Controls.Grid parentGrid ) : System

Initializes a new instance of the GridActions class.

RenderBeginTag ( System.Web.UI.HtmlTextWriter writer ) : void

Renders the HTML opening tag of the control to the specified writer. This method is used primarily by control developers.

RenderControl ( System.Web.UI.HtmlTextWriter writer ) : void

Outputs server control content to a provided T:System.Web.UI.HtmlTextWriter object and stores tracing information about the control if tracing is enabled.

RenderEndTag ( System.Web.UI.HtmlTextWriter writer ) : void

Renders the HTML closing tag of the control to the specified writer. This method is used primarily by control developers.

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

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

Called by the ASP.NET page framework to notify server controls that use composition-based implementation to create any child controls they contain in preparation for posting back or rendering.

OnInit ( EventArgs e ) : void

Raises the E:System.Web.UI.Control.Init event.

_lbMergeTemplate_Click ( object sender, EventArgs e ) : void

Handles the Click event of the _lbMergeTemplate control.

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

Метод Описание
lbAdd_Click ( object sender, EventArgs e ) : void

Handles the Click event of the lbAdd control.

lbBulkUpdate_Click ( object sender, EventArgs e ) : void

Handles the Click event of the lbBulkUpdate control.

lbCommunicate_Click ( object sender, EventArgs e ) : void

Handles the Click event of the lbAdd control.

lbExcelExport_Click ( object sender, EventArgs e ) : void

Handles the Click event of the lbExcelExport control.

lbPersonMerge_Click ( object sender, EventArgs e ) : void

Handles the Click event of the lbAdd control.

lb_PreRender ( object sender, EventArgs e ) : void

Handles the PreRender event of the linkbutton controls.

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

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

Adds the custom action control.
public AddCustomActionControl ( Control control ) : void
control System.Web.UI.Control The control.
Результат void

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

Clears the custom action controls.
public ClearCustomActionControls ( ) : void
Результат void

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

Called by the ASP.NET page framework to notify server controls that use composition-based implementation to create any child controls they contain in preparation for posting back or rendering.
protected CreateChildControls ( ) : void
Результат void

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

Initializes a new instance of the GridActions class.
public GridActions ( Rock.Web.UI.Controls.Grid parentGrid ) : System
parentGrid Rock.Web.UI.Controls.Grid The parent grid.
Результат System

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

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

Renders the HTML opening tag of the control to the specified writer. This method is used primarily by control developers.
public RenderBeginTag ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter A that represents the output stream to render HTML content on the client.
Результат void

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

Outputs server control content to a provided T:System.Web.UI.HtmlTextWriter object and stores tracing information about the control if tracing is enabled.
public RenderControl ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter The object that receives the control content.
Результат void

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

Renders the HTML closing tag of the control to the specified writer. This method is used primarily by control developers.
public RenderEndTag ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter A that represents the output stream to render HTML content on the client.
Результат void

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

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