C# 클래스 JsonFx.UI.Jbst.Control

상속: JsonFx.Client.AutoDataBindControl
파일 보기 프로젝트 열기: pocket-playlab/jsonfx-v1

Private Properties

프로퍼티 타입 설명
EnsureAutoMarkup AutoMarkupType
RenderChildrenCallback void

공개 메소드들

메소드 설명
Control ( ) : System

Ctor

보호된 메소드들

메소드 설명
Render ( System.Web.UI.HtmlTextWriter writer ) : void

Renders the JBST control reference and any stored data to be used.

비공개 메소드들

메소드 설명
EnsureAutoMarkup ( ) : AutoMarkupType
RenderChildrenCallback ( TextWriter writer ) : void

메소드 상세

Control() 공개 메소드

Ctor
public Control ( ) : System
리턴 System

Render() 보호된 메소드

Renders the JBST control reference and any stored data to be used.
protected Render ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter
리턴 void