C# Class JsonFx.UI.Jbst.JbstLiteral

Represents literal text in a JBST document
Inheritance: JbstControl, IJsonSerializable
Afficher le fichier Open project: pocket-playlab/jsonfx-v1 Class Usage Examples

Méthodes publiques

Méthode Description
JbstLiteral ( string text, bool normalize ) : System

Ctor

Private Methods

Méthode Description
IJsonSerializable ( JsonFx.Json.JsonReader reader ) : void
IJsonSerializable ( JsonWriter writer ) : void

Method Details

JbstLiteral() public méthode

Ctor
public JbstLiteral ( string text, bool normalize ) : System
text string
normalize bool if should normalize whitespace on output
Résultat System