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

Internal representation of a JBST code block.
상속: JbstControl, IJsonSerializable
파일 보기 프로젝트 열기: pocket-playlab/jsonfx-v1

보호된 메소드들

메소드 설명
GetCodeBlock ( ) : string
JbstCodeBlock ( string code ) : System

Ctor

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

메소드 상세

GetCodeBlock() 보호된 추상적인 메소드

protected abstract GetCodeBlock ( ) : string
리턴 string

JbstCodeBlock() 보호된 메소드

Ctor
protected JbstCodeBlock ( string code ) : System
code string
리턴 System

JsonFx() 보호된 메소드

protected JsonFx ( JsonFx reader ) : void
reader JsonFx
리턴 void

JsonFx() 보호된 메소드

protected JsonFx ( JsonWriter writer ) : void
writer JsonFx.Json.JsonWriter
리턴 void