Пример #1
0
 public static void SetJson(this AltecJsonSchema schema, Element element, string json)
 {
     schema.SetJson(element, json);
 }
Пример #2
0
 public static string GetJson(this AltecJsonSchema schema, Element element)
 {
     return(schema.GetJson(element));
 }