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

JsonSchemaNode Methods

Defines a node and its child nodes in the JsonDataSource‘s schema.
Name Description
AbandonChildren() Inherited from Node<T>.
AddChildren(Node<T>[]) Adds the specified array to the collection of the current node’s children. Inherited from Node<T>.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Inherited from Node<T>.
ForEach(Action<Node<T>>) Inherited from Node<T>.
GetFlatModel() For internal use.
GetHashCode() Inherited from Node<T>.
GetParents() Inherited from Node<T>.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also