You are here: Symbol Reference > Stimulsoft.Base.Json.Linq Namespace > JToken Class > JToken Members
Stimulsoft Reports Class Reference
ContentsIndexHome
PreviousUpNext
JToken Members

The following tables list the members exposed by JToken.

 
Name 
Description 
 
Returns the T:System.Dynamic.DynamicMetaObject responsible for binding operations performed on this object.  
 
Name 
Description 
 
Adds the specified content immediately after this token.  
 
Adds an object to the annotation list of this JToken.  
 
Adds the specified content immediately before this token.  
 
Returns a collection of the sibling tokens after this token, in document order.  
 
Returns a collection of the ancestor tokens of this token.  
 
Returns a collection of tokens that contain this token, and the ancestors of this token.  
 
This is the overview for the Annotation method overload. 
 
This is the overview for the Annotations method overload. 
 
Returns a collection of the sibling tokens before this token, in document order.  
 
Returns a collection of the child tokens of this token, in document order, filtered by the specified type.  
 
Creates an JsonReader for this token.  
 
Creates a new instance of the JToken. All child tokens are recursively cloned.  
 
This is the overview for the FromObject method overload. 
 
Gets a value indicating whether the class can return line information.  
 
Load 
Creates a JToken from a JsonReader.  
 
Load a JToken from a string that contains JSON.  
 
Creates a JToken from a JsonReader.  
 
Removes this token from its parent.  
 
This is the overview for the RemoveAnnotations method overload. 
 
Replaces this token with the specified token.  
 
This is the overview for the SelectToken method overload. 
 
This is the overview for the SelectTokens method overload. 
 
this 
Gets the JToken with the specified key.  
 
This is the overview for the ToObject method overload. 
 
This is the overview for the ToString method overload. 
 
Gets the JToken with the specified key converted to the specified type.  
 
Returns a collection of the child values of this token, in document order.  
 
Writes this token to a JsonWriter.  
 
Name 
Description 
 
This is CloneToken, a member of class JToken. 
 
This is the overview for the DeepEquals method overload. 
 
This is FromObjectInternal, a member of class JToken. 
 
This is GetAncestors, a member of class JToken. 
 
This is GetDeepHashCode, a member of class JToken. 
 
This is the overview for the JToken constructor overload. 
 
This is the overview for the SetLineInfo method overload. 
 
Name 
Description 
 
Gets a comparer that can compare two tokens for value equality.  
 
Get the first child token of this token.  
 
Gets a value indicating whether this token has child tokens.  
 
Last 
Get the last child token of this token.  
 
Gets the current line number.  
 
Gets the current line position.  
 
Next 
Gets the next sibling token of this node.  
 
Gets or sets the parent.  
 
Path 
Gets the path of the JSON token.  
 
Gets the previous sibling token of this node.  
 
Root 
Gets the root JToken of this JToken.  
 
Tag 
Gets or sets the Tag.  
 
Type 
Gets the node type for this JToken.  
 
Name 
Description 
 
? 
Performs an explicit conversion from Newtonsoft.Json.Linq.JToken to System.TimeSpan.  
 
bool 
Performs an explicit conversion from Newtonsoft.Json.Linq.JToken to System.Boolean.  
 
byte 
Performs an explicit conversion from Newtonsoft.Json.Linq.JToken to Byte[].  
 
char 
Performs an explicit conversion from Newtonsoft.Json.Linq.JToken to System.Char.  
 
Performs an explicit conversion from Newtonsoft.Json.Linq.JToken to System.DateTime.  
 
Performs an explicit conversion from Newtonsoft.Json.Linq.JToken to System.DateTimeOffset.  
 
Performs an explicit conversion from Newtonsoft.Json.Linq.JToken to System.Decimal.  
 
Performs an explicit conversion from Newtonsoft.Json.Linq.JToken to System.Double.  
 
Performs an explicit conversion from Newtonsoft.Json.Linq.JToken to System.Single.  
 
Guid 
Performs an explicit conversion from Newtonsoft.Json.Linq.JToken to System.Guid.  
 
int 
Performs an explicit conversion from Newtonsoft.Json.Linq.JToken to System.Int32.  
 
long 
Performs an explicit conversion from Newtonsoft.Json.Linq.JToken to System.Int64.  
 
Performs an explicit conversion from Newtonsoft.Json.Linq.JToken to System.SByte.  
 
Performs an explicit conversion from Newtonsoft.Json.Linq.JToken to System.Int16.  
 
Performs an explicit conversion from Newtonsoft.Json.Linq.JToken to System.String.  
 
Performs an explicit conversion from Newtonsoft.Json.Linq.JToken to System.TimeSpan.  
 
uint 
Performs an explicit conversion from Newtonsoft.Json.Linq.JToken to System.UInt32.  
 
Performs an explicit conversion from Newtonsoft.Json.Linq.JToken to System.UInt64.  
 
Uri 
Performs an explicit conversion from Newtonsoft.Json.Linq.JToken to System.Uri.  
 
Performs an explicit conversion from Newtonsoft.Json.Linq.JToken to System.UInt16.  
Made with Doc-O-Matic.
What do you think about this topic? Send feedback!
Copyright (c) 2017. All rights reserved.