JsonSchemaNode Methods
Defines a node and its hierarchy in the JsonDataSource‘s schema.
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. |
See Also