C# Class Rock.Web.UI.Controls.CheckinGroupRow

Inheritance: System.Web.UI.WebControls.CompositeControl
Show file Open project: NewSpring/Rock Class Usage Examples

Public Methods

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

Writes the T:System.Web.UI.WebControls.CompositeControl content to the specified T:System.Web.UI.HtmlTextWriter object, for display on the client.

SetGroup ( Group group ) : void

Sets the type of the group.

Protected Methods

Method Description
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.

lbAddGroup_Click ( object sender, EventArgs e ) : void

Handles the Click event of the lbAddGroup control.

lblDeleteGroup_Click ( object sender, EventArgs e ) : void

Handles the Click event of the lblDeleteGroup control.

Method Details

CreateChildControls() protected method

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
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

RenderControl() public method

Writes the T:System.Web.UI.WebControls.CompositeControl content to the specified T:System.Web.UI.HtmlTextWriter object, for display on the client.
public RenderControl ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter An that represents the output stream to render HTML content on the client.
return void

SetGroup() public method

Sets the type of the group.
public SetGroup ( Group group ) : void
group Group Type of the group.
return void

lbAddGroup_Click() protected method

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

lblDeleteGroup_Click() protected method

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