Skip to main content
A newer version of this page is available. .

JsonSchemaNode Properties

Defines a node and its child nodes in the JsonDataSource‘s schema.
Name Description
ActualName For internal use.
Children Gets the collection of the current node’s child nodes. Inherited from Node<T>.
DisplayName Gets or sets the display name of the data source field that the JsonSchemaNode object defines.
Id For internal use.
Name Gets or sets the name of the data source field that the JsonSchemaNode object defines.
Nodes Provides access to the JsonSchemaNode‘s child node collection.
NodeType Gets or sets the type of the JSON object’s node that the JsonSchemaNode object defines.
Parent Inherited from Node<T>.
ParentId For internal use.
Selected Gets or sets whether to include the JSON object’s field, which the JsonSchemaNode object defines, to the JsonDataSource‘s data schema.
Type Gets or sets the type of data stored in the data source field that the JsonSchemaNode object defines.
Value Gets or sets a reference to the JsonNode object that defines the JsonSchemaNode.
See Also