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

Inheritance: System.Web.UI.WebControls.CompositeControl, INamingContainer
Afficher le fichier Open project: SparkDevNetwork/Rock

Méthodes publiques

Méthode Description
ClearRows ( ) : void

Clears the rows.

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.

Method Details

ClearRows() public méthode

Clears the rows.
public ClearRows ( ) : void
Résultat void

RenderControl() public méthode

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.
Résultat void