Click or drag to resize

JObject Class

Inheritance Hierarchy

Namespace:  Dynamicweb.Core.Json
Assembly:  Dynamicweb.Core (in Dynamicweb.Core.dll) Version: 3.1.1
Syntax
public sealed class JObject : JContainer, 
	IDictionary<string, JToken>, ICollection<KeyValuePair<string, JToken>>, 
	IEnumerable<KeyValuePair<string, JToken>>, IEnumerable

The JObject type exposes the following members.

Constructors
  NameDescription
Public methodJObject
Initializes a new instance of the JObject class
Public methodJObject(Object)
Initializes a new instance of the JObject class
Public methodJObject(Object)
Initializes a new instance of the JObject class
Public methodJObject(JObject)
Initializes a new instance of the JObject class
Top
Properties
Methods
  NameDescription
Public methodAdd(Object) (Inherited from JContainer.)
Public methodAdd(KeyValuePairString, JToken)
Public methodAdd(JToken) (Inherited from JContainer.)
Public methodAdd(String, JToken)
Public methodAddAfterSelf (Inherited from JToken.)
Public methodAddAnnotation (Inherited from JToken.)
Public methodAddBeforeSelf (Inherited from JToken.)
Public methodAddFirst (Inherited from JContainer.)
Public methodChildren (Inherited from JContainer.)
Public methodClear (Inherited from JContainer.)
Public methodClone (Inherited from JToken.)
Public methodContains(Object) (Inherited from JContainer.)
Public methodContains(KeyValuePairString, JToken)
Public methodContains(JToken) (Inherited from JContainer.)
Public methodContainsKey
Public methodCopyTo(Array, Int32) (Inherited from JContainer.)
Public methodCopyTo(KeyValuePairString, JToken, Int32)
Public methodCopyTo(JToken, Int32) (Inherited from JContainer.)
Public methodDescendants (Inherited from JContainer.)
Public methodDescendantsAndSelf (Inherited from JContainer.)
Public methodStatic memberFromObject
Public methodGetEnumerator (Inherited from JToken.)
Public methodGetValue(String)
Public methodGetValue(String, StringComparison)
Public methodIndexOf(Object) (Inherited from JContainer.)
Public methodIndexOf(JToken) (Inherited from JContainer.)
Public methodInsert(Int32, JToken) (Inherited from JContainer.)
Public methodInsert(Int32, Object) (Inherited from JContainer.)
Public methodMerge (Inherited from JContainer.)
Public methodStatic memberParse
Public methodRemove(Object) (Inherited from JContainer.)
Public methodRemove(KeyValuePairString, JToken)
Public methodRemove(String)
Public methodRemove(JToken) (Inherited from JContainer.)
Public methodRemoveAll (Inherited from JContainer.)
Public methodRemoveAt (Inherited from JContainer.)
Public methodReplaceAll (Inherited from JContainer.)
Public methodToObject(Type) (Inherited from JToken.)
Public methodToObjectT (Overrides JContainerToObjectT.)
Public methodTryGetValue(String, JToken)
Public methodTryGetValue(String, StringComparison, JToken)
Public methodValueT (Inherited from JToken.)
Public methodValuesT (Inherited from JContainer.)
Top
Explicit Interface Implementations
  NameDescription
Explicit interface implementationPrivate methodIListAdd
Adds an item to the IList.
(Inherited from JContainer.)
Explicit interface implementationPrivate methodIEnumerableKeyValuePairString, JTokenGetEnumerator
Returns an enumerator that iterates through the collection.
Explicit interface implementationPrivate methodIEnumerableGetEnumerator
Returns an enumerator that iterates through a collection.
(Inherited from JToken.)
Explicit interface implementationPrivate propertyIListItem
Gets or sets the element at the specified index.
(Inherited from JContainer.)
Explicit interface implementationPrivate propertyIDictionaryString, JTokenKeys
Explicit interface implementationPrivate propertyIDictionaryString, JTokenValues
Top
See Also