C# 클래스 StoryTeller.Persistence.JsonNode

상속: INode
파일 보기 프로젝트 열기: adymitruk/storyteller 1 사용 예제들

Private Properties

프로퍼티 타입 설명
createChildren void

공개 메소드들

메소드 설명
AddChild ( string name ) : INode
AddComment ( string description ) : void
ForEachAttribute ( string>.Action action ) : void
ForEachChild ( Action action ) : void
IsComment ( ) : bool
IsTags ( ) : bool
JsonNode ( Newtonsoft.Json.Linq.JObject jObject ) : System
JsonNode ( string nodeName ) : System
ToJson ( ) : string
With ( Action action ) : INode
WithFormattedText ( string text ) : INode
this ( string attName ) : string

비공개 메소드들

메소드 설명
createChildren ( ) : void

메소드 상세

AddChild() 공개 메소드

public AddChild ( string name ) : INode
name string
리턴 INode

AddComment() 공개 메소드

public AddComment ( string description ) : void
description string
리턴 void

ForEachAttribute() 공개 메소드

public ForEachAttribute ( string>.Action action ) : void
action string>.Action
리턴 void

ForEachChild() 공개 메소드

public ForEachChild ( Action action ) : void
action Action
리턴 void

IsComment() 공개 메소드

public IsComment ( ) : bool
리턴 bool

IsTags() 공개 메소드

public IsTags ( ) : bool
리턴 bool

JsonNode() 공개 메소드

public JsonNode ( Newtonsoft.Json.Linq.JObject jObject ) : System
jObject Newtonsoft.Json.Linq.JObject
리턴 System

JsonNode() 공개 메소드

public JsonNode ( string nodeName ) : System
nodeName string
리턴 System

ToJson() 공개 메소드

public ToJson ( ) : string
리턴 string

With() 공개 메소드

public With ( Action action ) : INode
action Action
리턴 INode

WithFormattedText() 공개 메소드

public WithFormattedText ( string text ) : INode
text string
리턴 INode

this() 공개 메소드

public this ( string attName ) : string
attName string
리턴 string