C# Class JsonFx.UI.Jbst.JbstControlReference

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

Méthodes publiques

Méthode Description
JbstControlReference ( ) : System

Ctor

Méthodes protégées

Méthode Description
Render ( JsonWriter writer ) : void

Controls the control rendering style

Private Methods

Méthode 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 méthode

Ctor
public JbstControlReference ( ) : System
Résultat System

Render() protected méthode

Controls the control rendering style
protected Render ( JsonWriter writer ) : void
writer JsonWriter
Résultat void