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

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

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

Метод Описание
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.

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

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

Clears the rows.
public ClearRows ( ) : void
Результат void

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

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.
Результат void