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

Internal representation of a JBST control reference
상속: JbstCommandBase
파일 보기 프로젝트 열기: pocket-playlab/jsonfx-v1 1 사용 예제들

공개 메소드들

메소드 설명
JbstControlReference ( ) : System

Ctor

보호된 메소드들

메소드 설명
Render ( JsonWriter writer ) : void

Controls the control rendering style

비공개 메소드들

메소드 설명
RenderAnonymousTemplate ( JsonWriter writer ) : void

Renders a data binding call to an inline anonymous template.

RenderSimpleControlReference ( JsonWriter writer ) : void

Renders a simple data binding call to a named template.

RenderWrapperControlReference ( JsonWriter writer ) : void

Renders a data binding call to a named template with a nested inline anonymous placeholder template.

메소드 상세

JbstControlReference() 공개 메소드

Ctor
public JbstControlReference ( ) : System
리턴 System

Render() 보호된 메소드

Controls the control rendering style
protected Render ( JsonWriter writer ) : void
writer JsonWriter
리턴 void