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