WCF-Xtensions Class Reference for Mono
JRaw Class Members
Properties  Methods 


The following tables list the members exposed by JRaw.

Public Constructors
 NameDescription
Public ConstructorJRaw ConstructorOverloaded.   
Top
Public Properties
 NameDescription
Public PropertyFirst Get the first child token of this token. (Inherited from Noemax.Newtonsoft.Json.Linq.JToken)
Public PropertyHasValues Gets a value indicating whether this token has child tokens. (Inherited from Noemax.Newtonsoft.Json.Linq.JValue)
Public PropertyItemGets the JToken with the specified key. (Inherited from Noemax.Newtonsoft.Json.Linq.JToken)
Public PropertyLast Get the last child token of this token. (Inherited from Noemax.Newtonsoft.Json.Linq.JToken)
Public PropertyNext Gets the next sibling token of this node. (Inherited from Noemax.Newtonsoft.Json.Linq.JToken)
Public PropertyParent Gets or sets the parent. (Inherited from Noemax.Newtonsoft.Json.Linq.JToken)
Public PropertyPath Gets the path of the JSON token. (Inherited from Noemax.Newtonsoft.Json.Linq.JToken)
Public PropertyPrevious Gets the previous sibling token of this node. (Inherited from Noemax.Newtonsoft.Json.Linq.JToken)
Public PropertyRootGets the root JToken of this JToken. (Inherited from Noemax.Newtonsoft.Json.Linq.JToken)
Public PropertyTypeGets the node type for this JToken. (Inherited from Noemax.Newtonsoft.Json.Linq.JValue)
Public PropertyValue Gets or sets the underlying token value. (Inherited from Noemax.Newtonsoft.Json.Linq.JValue)
Top
Public Methods
 NameDescription
Public MethodAddAfterSelf Adds the specified content immediately after this token. (Inherited from Noemax.Newtonsoft.Json.Linq.JToken)
Public MethodAddBeforeSelf Adds the specified content immediately before this token. (Inherited from Noemax.Newtonsoft.Json.Linq.JToken)
Public MethodAfterSelf Returns a collection of the sibling tokens after this token, in document order. (Inherited from Noemax.Newtonsoft.Json.Linq.JToken)
Public MethodAncestors Returns a collection of the ancestor tokens of this token. (Inherited from Noemax.Newtonsoft.Json.Linq.JToken)
Public MethodBeforeSelf Returns a collection of the sibling tokens before this token, in document order. (Inherited from Noemax.Newtonsoft.Json.Linq.JToken)
Public MethodChildrenOverloaded.  Returns a collection of the child tokens of this token, in document order. (Inherited from Noemax.Newtonsoft.Json.Linq.JToken)
Public MethodCompareTo Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object. (Inherited from Noemax.Newtonsoft.Json.Linq.JValue)
Public Methodstatic (Shared in Visual Basic)CreateCreates an instance of JRaw with the content of the reader's current token.  
Public MethodCreateReaderCreates an Noemax.Newtonsoft.Json.JsonReader for this token. (Inherited from Noemax.Newtonsoft.Json.Linq.JToken)
Public MethodDeepCloneCreates a new instance of the JToken. All child tokens are recursively cloned. (Inherited from Noemax.Newtonsoft.Json.Linq.JToken)
Public MethodEqualsOverloaded.  Indicates whether the current object is equal to another object of the same type. (Inherited from Noemax.Newtonsoft.Json.Linq.JValue)
Public MethodGetHashCode Serves as a hash function for a particular type. (Inherited from Noemax.Newtonsoft.Json.Linq.JValue)
Public MethodRemove Removes this token from its parent. (Inherited from Noemax.Newtonsoft.Json.Linq.JToken)
Public MethodReplace Replaces this token with the specified token. (Inherited from Noemax.Newtonsoft.Json.Linq.JToken)
Public MethodSelectTokenOverloaded. Selects a JToken using a JPath expression. Selects the token that matches the object path. (Inherited from Noemax.Newtonsoft.Json.Linq.JToken)
Public MethodSelectTokensOverloaded.  Selects a collection of elements using a JPath expression. (Inherited from Noemax.Newtonsoft.Json.Linq.JToken)
Public MethodToObjectOverloaded. Creates the specified .NET type from the JToken. (Inherited from Noemax.Newtonsoft.Json.Linq.JToken)
Public MethodToStringOverloaded. Returns a System.String that represents this instance. (Inherited from Noemax.Newtonsoft.Json.Linq.JValue)
Public MethodValueGets the JToken with the specified key converted to the specified type. (Inherited from Noemax.Newtonsoft.Json.Linq.JToken)
Public MethodValues<T> Returns a collection of the child values of this token, in document order. (Inherited from Noemax.Newtonsoft.Json.Linq.JToken)
Public MethodWriteToWrites this token to a Noemax.Newtonsoft.Json.JsonWriter. (Inherited from Noemax.Newtonsoft.Json.Linq.JValue)
Top
Protected Methods
 NameDescription
Protected MethodGetMetaObjectReturns the System.Dynamic.DynamicMetaObject responsible for binding operations performed on this object. (Inherited from Noemax.Newtonsoft.Json.Linq.JValue)
Top
See Also

Reference

JRaw Class
Noemax.Newtonsoft.Json.Linq Namespace

Send Feedback