Exemple #1
0
 public JsonSchemaModel Build(JsonSchema schema)
 {
     _nodes      = new JsonSchemaNodeCollection();
     _node       = AddSchema(null, schema);
     _nodeModels = new Dictionary <JsonSchemaNode, JsonSchemaModel>();
     return(BuildNodeModel(_node));
 }
 public JsonSchemaModel Build(JsonSchema schema)
 {
     this._nodes      = new JsonSchemaNodeCollection();
     this._node       = this.AddSchema(null, schema);
     this._nodeModels = new Dictionary <JsonSchemaNode, JsonSchemaModel>();
     return(this.BuildNodeModel(this._node));
 }
Exemple #3
0
 public JsonSchemaModelBuilder()
 {
     Class6.yDnXvgqzyB5jw();
     this._nodes      = new JsonSchemaNodeCollection();
     this._nodeModels = new Dictionary <JsonSchemaNode, JsonSchemaModel>();
     base();
 }