C# Class StoryTeller.Persistence.JsonNode

Inheritance: INode
Afficher le fichier Open project: adymitruk/storyteller Class Usage Examples

Private Properties

Свойство Type Description
createChildren void

Méthodes publiques

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

Private Methods

Méthode Description
createChildren ( ) : void

Method Details

AddChild() public méthode

public AddChild ( string name ) : INode
name string
Résultat INode

AddComment() public méthode

public AddComment ( string description ) : void
description string
Résultat void

ForEachAttribute() public méthode

public ForEachAttribute ( string>.Action action ) : void
action string>.Action
Résultat void

ForEachChild() public méthode

public ForEachChild ( Action action ) : void
action Action
Résultat void

IsComment() public méthode

public IsComment ( ) : bool
Résultat bool

IsTags() public méthode

public IsTags ( ) : bool
Résultat bool

JsonNode() public méthode

public JsonNode ( Newtonsoft.Json.Linq.JObject jObject ) : System
jObject Newtonsoft.Json.Linq.JObject
Résultat System

JsonNode() public méthode

public JsonNode ( string nodeName ) : System
nodeName string
Résultat System

ToJson() public méthode

public ToJson ( ) : string
Résultat string

With() public méthode

public With ( Action action ) : INode
action Action
Résultat INode

WithFormattedText() public méthode

public WithFormattedText ( string text ) : INode
text string
Résultat INode

this() public méthode

public this ( string attName ) : string
attName string
Résultat string