C# Class JsonFx.UI.Jbst.JbstCodeBlock

Internal representation of a JBST code block.
Inheritance: JbstControl, IJsonSerializable
Exibir arquivo Open project: pocket-playlab/jsonfx-v1

Protected Methods

Method Description
GetCodeBlock ( ) : string
JbstCodeBlock ( string code ) : System

Ctor

JsonFx ( JsonFx reader ) : void
JsonFx ( JsonWriter writer ) : void

Method Details

GetCodeBlock() protected abstract method

protected abstract GetCodeBlock ( ) : string
return string

JbstCodeBlock() protected method

Ctor
protected JbstCodeBlock ( string code ) : System
code string
return System

JsonFx() protected method

protected JsonFx ( JsonFx reader ) : void
reader JsonFx
return void

JsonFx() protected method

protected JsonFx ( JsonWriter writer ) : void
writer JsonFx.Json.JsonWriter
return void