C# 클래스 Rock.Web.UI.Controls.GridActions

상속: System.Web.UI.WebControls.CompositeControl
파일 보기 프로젝트 열기: NewSpring/Rock 1 사용 예제들

공개 메소드들

메소드 설명
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