The following tables list the members exposed by JsonDataReader.
Name | Description | |
---|---|---|
JsonDataReader Constructor | Overloaded. |
Name | Description | |
---|---|---|
CurrentName | Overridden. | |
CurrentValue | Overridden. |
Name | Description | |
---|---|---|
Close | Overridden. Closes the current JsonDataReader instance. | |
GetBoolValue | Overridden. Returns the value of the current property of the System.Boolean type. | |
GetDateTimeValue | Overridden. Returns the value of the current property of the System.DateTime type. | |
GetDoubleValue | Overridden. Returns the value of the current property of the System.Double type. | |
GetEnumValue<TValue> | Overridden. Gets the enumeration element that corresponds to the value of the current property. | |
GetGuidValue | Overridden. Returns the value of the current property of the System.Guid type. | |
GetIntValue | Overridden. Returns the value of the current property of the System.Int32 type. | |
GetLocalizableStringValue | Overridden. Returns the value of the current property of the LocalizableString type. | |
GetSerialazebleObjectValue | Overridden. Gets the value of the current deserialized property converted to the specified type. | |
GetSerializableObjectValue | Overloaded. Overridden. | |
GetStreamValue | Overloaded. Overridden. | |
GetStringValue | Overridden. Returns the value of the current property of the System.String type. | |
GetValue | Overloaded. Overridden. | |
Read | Overridden. Moves the current position in the data set to the next property of the current nesting level. | |
ReadInto | Overridden. Moves the current position in the data set to one nesting level down. | |
ReadNextCollectionItem | Overridden. Moves to the next element in the collection of elements. | |
ReadOut | Overridden. Moves the current position in the data set to one nesting level up. |