Свойство | Тип | Описание | |
---|---|---|---|
createChildren | void |
Метод | Описание | |
---|---|---|
AddChild ( string name ) : INode | ||
AddComment ( string description ) : void | ||
ForEachAttribute ( string>.Action |
||
ForEachChild ( Action |
||
IsComment ( ) : bool | ||
IsTags ( ) : bool | ||
JsonNode ( Newtonsoft.Json.Linq.JObject jObject ) : System | ||
JsonNode ( string nodeName ) : System | ||
ToJson ( ) : string | ||
With ( Action |
||
WithFormattedText ( string text ) : INode | ||
this ( string attName ) : string |
Метод | Описание | |
---|---|---|
createChildren ( ) : void |
public AddComment ( string description ) : void | ||
description | string | |
Результат | void |
public ForEachAttribute ( string>.Action |
||
action | string>.Action | |
Результат | void |
public ForEachChild ( Action |
||
action | Action |
|
Результат | void |
public JsonNode ( Newtonsoft.Json.Linq.JObject jObject ) : System | ||
jObject | Newtonsoft.Json.Linq.JObject | |
Результат | System |
public JsonNode ( string nodeName ) : System | ||
nodeName | string | |
Результат | System |
public WithFormattedText ( string text ) : INode | ||
text | string | |
Результат | INode |