Class ProcessJsonDataReader
Inheritance
System.Object
ProcessJsonDataReader
Implements
System.IDisposable
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Terrasoft.Core.Process
Assembly: Terrasoft.Core.dll
Syntax
public class ProcessJsonDataReader : JsonDataReader, IDataReader, IDisposable
Constructors
ProcessJsonDataReader()
Declaration
protected ProcessJsonDataReader()
ProcessJsonDataReader(String)
Declaration
public ProcessJsonDataReader(string input)
Parameters
Type | Name | Description |
---|---|---|
System.String | input |
Properties
CurrentName
Declaration
public override string CurrentName { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
Methods
GetDateTimeValue()
Returns the value of the current property of the System.DateTime type.
Declaration
public override DateTime GetDateTimeValue()
Returns
Type | Description |
---|---|
System.DateTime | The current value of a property of the System.DateTime type. |
Overrides
GetValue(Type)
Declaration
public override object GetValue(Type valueType)
Parameters
Type | Name | Description |
---|---|---|
System.Type | valueType |
Returns
Type | Description |
---|---|
System.Object |
Overrides
GetValue<TValue>()
Declaration
public override TValue GetValue<TValue>()
Returns
Type | Description |
---|---|
TValue |
Type Parameters
Name | Description |
---|---|
TValue |
Overrides
Implements
System.IDisposable