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

The following tables list the members exposed by JConstructor.

 
Name 
Description 
 
Returns the T:System.Dynamic.DynamicMetaObject responsible for binding operations performed on this object.  
 
Raises the AddingNew event.  
 
Raises the CollectionChanged event.  
 
Raises the ListChanged event.  
 
Name 
Description 
 
Add 
Adds the specified content as children of this JToken.  
 
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.  
 
Adds the specified content as the first children of this JToken.  
 
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.  
 
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 an JsonWriter that can be used to add tokens to the JToken.  
 
Creates a new instance of the JToken. All child tokens are recursively cloned.  
 
Returns a collection of the descendant tokens for this token in document order.  
 
Returns a collection of the tokens that contain this token, and all descendant tokens of this token, in document order.  
 
This is the overview for the FromObject method overload. 
 
Gets a value indicating whether the class can return line information.  
 
This is the overview for the JConstructor constructor overload. 
 
Load 
Loads an JConstructor from a JsonReader.  
 
This is the overview for the Merge method overload. 
 
Load a JToken from a string that contains JSON.  
 
Creates a JToken from a JsonReader.  
 
Removes this token from its parent.  
 
Removes the child nodes from this token.  
 
This is the overview for the RemoveAnnotations method overload. 
 
Replaces this token with the specified token.  
 
Replaces the children nodes of this token with the specified content.  
 
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.  
 
Returns a collection of the child values of this token, in document order.  
 
Writes this token to a JsonWriter.  
 
Name 
Description 
 
This is AddAndSkipParentCheck, a member of class JContainer. 
 
This is AddInternal, a member of class JContainer. 
 
This is CheckReentrancy, a member of class JContainer. 
 
This is ClearItems, a member of class JContainer. 
 
This is CloneToken, a member of class JConstructor. 
 
This is ContainsItem, a member of class JContainer. 
 
This is ContentsEqual, a member of class JContainer. 
 
This is ContentsHashCode, a member of class JContainer. 
 
This is CopyItemsTo, a member of class JContainer. 
 
This is CreateChildrenCollection, a member of class JContainer. 
 
This is CreateFromContent, a member of class JContainer. 
 
This is DeepEquals, a member of class JConstructor. 
 
This is the overview for the DeepEquals method overload. 
 
This is EnsureParentToken, a member of class JContainer. 
 
This is FromObjectInternal, a member of class JToken. 
 
This is GetAncestors, a member of class JToken. 
 
This is GetDeepHashCode, a member of class JConstructor. 
 
This is GetDescendants, a member of class JContainer. 
 
This is GetItem, a member of class JContainer. 
 
This is IndexOfItem, a member of class JContainer. 
 
This is InsertItem, a member of class JContainer. 
 
This is IsMultiContent, a member of class JContainer. 
 
This is IsTokenUnchanged, a member of class JContainer. 
 
This is the overview for the JContainer constructor overload. 
 
This is the overview for the JToken constructor overload. 
 
This is MergeEnumerableContent, a member of class JContainer. 
 
This is MergeItem, a member of class JConstructor. 
 
This is ReadContentFrom, a member of class JContainer. 
 
This is ReadTokenFrom, a member of class JContainer. 
 
This is RemoveItem, a member of class JContainer. 
 
This is RemoveItemAt, a member of class JContainer. 
 
This is ReplaceItem, a member of class JContainer. 
 
This is SetItem, a member of class JContainer. 
 
This is the overview for the SetLineInfo method overload. 
 
This is ValidateToken, a member of class JContainer. 
 
Name 
Description 
 
Gets the container's children tokens.  
 
Gets the count of child JSON tokens.  
 
Gets a comparer that can compare two tokens for value equality.  
 
Get the first child token of this token.  
 
Get the first child token of this token.  
 
Gets a value indicating whether this token has child tokens.  
 
Gets a value indicating whether this token has child tokens.  
 
Last 
Get the last child token of this token.  
 
Last 
Get the last child token of this token.  
 
Gets the current line number.  
 
Gets the current line position.  
 
Name 
Gets or sets the name of this constructor.  
 
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 
 
This is _addingNew, a member of class JContainer. 
 
This is _collectionChanged, a member of class JContainer. 
 
This is _listChanged, a member of class JContainer. 
 
Name 
Description 
 
Occurs before an item is added to the collection.  
 
Occurs when the items list of the collection has changed, or the collection is reset.  
 
Occurs when the list changes or an item in the list changes.  
 
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.