JsonSchemaNode Members
In This Article
#Constructors
Name | Description |
---|---|
Json |
Initializes a new instance of the Json |
Json |
Initializes a new instance of the Json |
Json |
Initializes a new instance of the Json |
Json |
Initializes a new instance of the Json |
Json |
Initializes a new instance of the Json |
#Properties
Name | Description |
---|---|
Children |
Provides access to a collection of the node’s child nodes.
Inherited from Node |
Display |
Gets or sets the data source node’s display name. |
Name |
Gets or sets the name of the data source field that the Json |
Nodes | For internal use. |
Node |
Gets or sets the type of the JSON object’s node that the Json |
Parent |
Returns the node’s parent node. Returns null (Nothing in Visual Basic) for the root node.
Inherited from Node |
Selected |
Gets or sets whether to include the JSON object’s field, which the Json |
Type |
Gets or sets the type of data stored in the data source field that the Json |
Value |
Gets or sets the node’s value.
Inherited from Node |
#Methods
Name | Description |
---|---|
Abandon |
Removes all child nodes from the node.
Inherited from Node |
Add |
Adds child nodes to the node.
Inherited from Node |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current Node |
For |
Performs the specified action on the node’s each child node.
Inherited from Node |
Get |
Serves as the default hash function.
Inherited from Node |
Get |
Returns a collection of the node’s parent nodes.
Inherited from Node |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
To |
Returns a string that represents the current object. Inherited from Object. |
#Events
Name | Description |
---|---|
Property |
Occurs when the Json |
See Also