C# Class JsonFx.UI.Jbst.JbstControlReference

Internal representation of a JBST control reference
Inheritance: JbstCommandBase
Exibir arquivo Open project: pocket-playlab/jsonfx-v1 Class Usage Examples

Public Methods

Method Description
JbstControlReference ( ) : System

Ctor

Protected Methods

Method Description
Render ( JsonWriter writer ) : void

Controls the control rendering style

Private Methods

Method Description
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.

Method Details

JbstControlReference() public method

Ctor
public JbstControlReference ( ) : System
return System

Render() protected method

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