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

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

공개 메소드들

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