Noemax.Newtonsoft.Json.Linq Namespace : JContainer Class |
The following tables list the members exposed by JContainer.
Name | Description | |
---|---|---|
![]() | Count | Gets the count of child JSON tokens. |
![]() | First | Overridden. Get the first child token of this token. |
![]() | HasValues | Overridden. Gets a value indicating whether this token has child tokens. |
![]() | Item | Gets the JToken with the specified key. (Inherited from Noemax.Newtonsoft.Json.Linq.JToken) |
![]() | Last | Overridden. Get the last child token of this token. |
![]() | Next | Gets the next sibling token of this node. (Inherited from Noemax.Newtonsoft.Json.Linq.JToken) |
![]() | Parent | Gets or sets the parent. (Inherited from Noemax.Newtonsoft.Json.Linq.JToken) |
![]() | Path | Gets the path of the JSON token. (Inherited from Noemax.Newtonsoft.Json.Linq.JToken) |
![]() | Previous | Gets the previous sibling token of this node. (Inherited from Noemax.Newtonsoft.Json.Linq.JToken) |
![]() | Root | Gets the root JToken of this JToken. (Inherited from Noemax.Newtonsoft.Json.Linq.JToken) |
![]() | Type | Gets the node type for this JToken. (Inherited from Noemax.Newtonsoft.Json.Linq.JToken) |
Name | Description | |
---|---|---|
![]() | ChildrenTokens | Gets the container's children tokens. |
Name | Description | |
---|---|---|
![]() | Add | Adds the specified content as children of this JToken. |
![]() | AddAfterSelf | Adds the specified content immediately after this token. (Inherited from Noemax.Newtonsoft.Json.Linq.JToken) |
![]() | AddBeforeSelf | Adds the specified content immediately before this token. (Inherited from Noemax.Newtonsoft.Json.Linq.JToken) |
![]() | AddFirst | Adds the specified content as the first children of this JToken. |
![]() | AfterSelf | Returns a collection of the sibling tokens after this token, in document order. (Inherited from Noemax.Newtonsoft.Json.Linq.JToken) |
![]() | Ancestors | Returns a collection of the ancestor tokens of this token. (Inherited from Noemax.Newtonsoft.Json.Linq.JToken) |
![]() | BeforeSelf | Returns a collection of the sibling tokens before this token, in document order. (Inherited from Noemax.Newtonsoft.Json.Linq.JToken) |
![]() | Children | Overloaded. Overridden. Returns a collection of the child tokens of this token, in document order. |
![]() | CreateReader | Creates an Noemax.Newtonsoft.Json.JsonReader for this token. (Inherited from Noemax.Newtonsoft.Json.Linq.JToken) |
![]() | CreateWriter | Creates an Noemax.Newtonsoft.Json.JsonWriter that can be used to add tokens to the JToken. |
![]() | DeepClone | Creates a new instance of the JToken. All child tokens are recursively cloned. (Inherited from Noemax.Newtonsoft.Json.Linq.JToken) |
![]() | Descendants | Returns a collection of the descendant tokens for this token in document order. |
![]() | Remove | Removes this token from its parent. (Inherited from Noemax.Newtonsoft.Json.Linq.JToken) |
![]() | RemoveAll | Removes the child nodes from this token. |
![]() | Replace | Replaces this token with the specified token. (Inherited from Noemax.Newtonsoft.Json.Linq.JToken) |
![]() | ReplaceAll | Replaces the children nodes of this token with the specified content. |
![]() | SelectToken | Overloaded. Selects a JToken using a JPath expression. Selects the token that matches the object path. (Inherited from Noemax.Newtonsoft.Json.Linq.JToken) |
![]() | SelectTokens | Overloaded. Selects a collection of elements using a JPath expression. (Inherited from Noemax.Newtonsoft.Json.Linq.JToken) |
![]() | ToObject | Overloaded. Creates the specified .NET type from the JToken. (Inherited from Noemax.Newtonsoft.Json.Linq.JToken) |
![]() | ToString | Overloaded. Returns the indented JSON for this token. (Inherited from Noemax.Newtonsoft.Json.Linq.JToken) |
![]() | Value<T> | Gets the JToken with the specified key converted to the specified type. (Inherited from Noemax.Newtonsoft.Json.Linq.JToken) |
![]() | Values<T> | Overridden. Returns a collection of the child values of this token, in document order. |
![]() | WriteTo | Writes this token to a Noemax.Newtonsoft.Json.JsonWriter. (Inherited from Noemax.Newtonsoft.Json.Linq.JToken) |
Name | Description | |
---|---|---|
![]() | GetMetaObject | Returns the System.Dynamic.DynamicMetaObject responsible for binding operations performed on this object. (Inherited from Noemax.Newtonsoft.Json.Linq.JToken) |
![]() | OnAddingNew | Raises the AddingNew event. |
![]() | OnCollectionChanged | Raises the CollectionChanged event. |
![]() | OnListChanged | Raises the ListChanged event. |
Name | Description | |
---|---|---|
![]() | AddingNew | Occurs before an item is added to the collection. |
![]() | CollectionChanged | Occurs when the items list of the collection has changed, or the collection is reset. |
![]() | ListChanged | Occurs when the list changes or an item in the list changes. |