JsonSchemaNode Constructors
Defines a node and its hierarchy in the JsonDataSource‘s schema.| Name | Parameters | Description |
|---|---|---|
| JsonSchemaNode() | none | Initializes a new instance of the JsonSchemaNode class. |
| JsonSchemaNode(JsonNode) | value | Initializes a new instance of the JsonSchemaNode class. |
| JsonSchemaNode(String, Nullable<Boolean>, JsonNodeType, Type) | name, selected, nodeType, type | Initializes a new instance of the JsonSchemaNode class and sets its properties to the values passed as the parameters. |
| JsonSchemaNode(String, Nullable<Boolean>, JsonNodeType) | name, selected, nodeType | Initializes a new instance of the JsonSchemaNode class and sets its properties to the values passed as the parameters. |
| JsonSchemaNode(String, Nullable<Boolean>) | name, selected | Initializes a new instance of the JsonSchemaNode class and sets its properties to the values passed as the parameters. |
See Also