JObject Class |
Namespace: Dynamicweb.Core.Json
The JObject type exposes the following members.
| Name | Description | |
|---|---|---|
| JObject | Initializes a new instance of the JObject class | |
| JObject(Object) | Initializes a new instance of the JObject class | |
| JObject(Object) | Initializes a new instance of the JObject class | |
| JObject(JObject) | Initializes a new instance of the JObject class |
| Name | Description | |
|---|---|---|
| Count | (Inherited from JContainer.) | |
| First | (Inherited from JContainer.) | |
| HasValues | (Inherited from JContainer.) | |
| IsFixedSize | (Inherited from JContainer.) | |
| IsReadOnly | (Inherited from JContainer.) | |
| IsSynchronized | (Inherited from JContainer.) | |
| ItemInt32 | (Inherited from JContainer.) | |
| ItemString | ||
| ItemObject | (Inherited from JToken.) | |
| Last | (Inherited from JContainer.) | |
| Next | (Inherited from JToken.) | |
| Path | (Inherited from JToken.) | |
| Previous | (Inherited from JToken.) | |
| Root | (Inherited from JToken.) | |
| SyncRoot | (Inherited from JContainer.) | |
| Type | (Overrides JTokenType.) |
| Name | Description | |
|---|---|---|
| IListAdd | Adds an item to the IList. (Inherited from JContainer.) | |
| IEnumerableKeyValuePairString, JTokenGetEnumerator | Returns an enumerator that iterates through the collection. | |
| IEnumerableGetEnumerator | Returns an enumerator that iterates through a collection. (Inherited from JToken.) | |
| IListItem | Gets or sets the element at the specified index. (Inherited from JContainer.) | |
| IDictionaryString, JTokenKeys | Gets an ICollectionT containing the keys of the IDictionaryTKey, TValue. | |
| IDictionaryString, JTokenValues | Gets an ICollectionT containing the values in the IDictionaryTKey, TValue. |