JsonValue Methods

The JsonValue type exposes the following members.

Methods

 

Name

Description

JsonValue Methods 1:

Add(KeyValuePair.String, Value.)

Adds a KeyValuePair.TKey, TValue. to the Value. (Inherited from Value.)

JsonValue Methods 2:

Add(Value)

Adds the specified Value to the Value. (Inherited from Value.)

JsonValue Methods 3:

Add(String, Value)

Adds a Value with the specified key to the Value. (Inherited from Value.)

JsonValue Methods 4:

AddOrUpdate

Adds a Value with the specified key to the Value if the key does not already exist, or updates a Value in the Value if the key already exists. (Inherited from Value.)

JsonValue Methods 5:

AddRange

Adds the specified Values to the end of the Value. (Inherited from Value.)

JsonValue Methods 6:

ChangeType

Changes the Type of this Value to the specified ValueType and adjusts the containing data. (Inherited from Value.)

JsonValue Methods 7:

Clear

Removes all Values from the Value. (Inherited from Value.)

JsonValue Methods 8:

CompareTo(Boolean)

Compares the current Value with another Boolean value and returns an integer that indicates whether the current Value precedes, follows, or occurs in the same position in the sort order as the other Boolean value. (Inherited from Value.)

JsonValue Methods 9:

CompareTo(Byte)

Compares the current Value with another Byte and returns an integer that indicates whether the current Value precedes, follows, or occurs in the same position in the sort order as the other Byte. (Inherited from Value.)

JsonValue Methods 10:

CompareTo(.Byte.)

Compares the current Value with other Bytes and returns an integer that indicates whether the current Value precedes, follows, or occurs in the same position in the sort order as the other Bytes. (Inherited from Value.)

JsonValue Methods 11:

CompareTo(Char)

Compares the current Value with another Char and returns an integer that indicates whether the current Value precedes, follows, or occurs in the same position in the sort order as the other Char. (Inherited from Value.)

JsonValue Methods 12:

CompareTo(DateTime)

Compares the current Value with another DateTime and returns an integer that indicates whether the current Value precedes, follows, or occurs in the same position in the sort order as the other DateTime. (Inherited from Value.)

JsonValue Methods 13:

CompareTo(Decimal)

Compares the current Value with another Decimal value and returns an integer that indicates whether the current Value precedes, follows, or occurs in the same position in the sort order as the other Decimal value. (Inherited from Value.)

JsonValue Methods 14:

CompareTo(Double)

Compares the current Value with another Double-precision floating-point number and returns an integer that indicates whether the current Value precedes, follows, or occurs in the same position in the sort order as the other Double-precision floating-point number. (Inherited from Value.)

JsonValue Methods 15:

CompareTo(Int16)

Compares the current Value with another Int16 and returns an integer that indicates whether the current Value precedes, follows, or occurs in the same position in the sort order as the other Int16. (Inherited from Value.)

JsonValue Methods 16:

CompareTo(Int32)

Compares the current Value with another Int32 and returns an integer that indicates whether the current Value precedes, follows, or occurs in the same position in the sort order as the other Int32. (Inherited from Value.)

JsonValue Methods 17:

CompareTo(Int64)

Compares the current Value with another Int64 and returns an integer that indicates whether the current Value precedes, follows, or occurs in the same position in the sort order as the other Int64. (Inherited from Value.)

JsonValue Methods 18:

CompareTo(SByte)

Compares the current Value with another SByte and returns an integer that indicates whether the current Value precedes, follows, or occurs in the same position in the sort order as the other SByte. (Inherited from Value.)

JsonValue Methods 19:

CompareTo(Single)

Compares the current Value with another Single-precision floating-point number and returns an integer that indicates whether the current Value precedes, follows, or occurs in the same position in the sort order as the other Single-precision floating-point number. (Inherited from Value.)

JsonValue Methods 20:

CompareTo(String)

Compares the current Value with another String and returns an integer that indicates whether the current Value precedes, follows, or occurs in the same position in the sort order as the other String. (Inherited from Value.)

JsonValue Methods 21:

CompareTo(TimeSpan)

Compares the current Value with another TimeSpan and returns an integer that indicates whether the current Value precedes, follows, or occurs in the same position in the sort order as the other TimeSpan. (Inherited from Value.)

JsonValue Methods 22:

CompareTo(UInt16)

Compares the current Value with another UInt16 and returns an integer that indicates whether the current Value precedes, follows, or occurs in the same position in the sort order as the other UInt16. (Inherited from Value.)

JsonValue Methods 23:

CompareTo(UInt32)

Compares the current Value with another UInt32 and returns an integer that indicates whether the current Value precedes, follows, or occurs in the same position in the sort order as the other UInt32. (Inherited from Value.)

JsonValue Methods 24:

CompareTo(UInt64)

Compares the current Value with another UInt64 and returns an integer that indicates whether the current Value precedes, follows, or occurs in the same position in the sort order as the other UInt64. (Inherited from Value.)

JsonValue Methods 25:

CompareTo(Access)

Compares the current Value with another Access and returns an integer that indicates whether the current Value precedes, follows, or occurs in the same position in the sort order as the other Access. (Inherited from Value.)

JsonValue Methods 26:

CompareTo(Alarm)

Compares the current Value with another Alarm and returns an integer that indicates whether the current Value precedes, follows, or occurs in the same position in the sort order as the other Alarm. (Inherited from Value.)

JsonValue Methods 27:

CompareTo(Event)

Compares the current Value with another Event and returns an integer that indicates whether the current Value precedes, follows, or occurs in the same position in the sort order as the other Event. (Inherited from Value.)

JsonValue Methods 28:

CompareTo(Message)

Compares the current Value with another Message and returns an integer that indicates whether the current Value precedes, follows, or occurs in the same position in the sort order as the other Message. (Inherited from Value.)

JsonValue Methods 29:

CompareTo(Severity)

Compares the current Value with another Severity and returns an integer that indicates whether the current Value precedes, follows, or occurs in the same position in the sort order as the other Severity. (Inherited from Value.)

JsonValue Methods 30:

CompareTo(Value)

Compares the current Value with another Value and returns an integer that indicates whether the current Value precedes, follows, or occurs in the same position in the sort order as the other Value. (Inherited from Value.)

JsonValue Methods 31:

Contains(KeyValuePair.String, Value.)

Determines whether the Value contains the specified KeyValuePair.TKey, TValue.. (Inherited from Value.)

JsonValue Methods 32:

Contains(Value)

Determines whether the Value contains the specified Value. (Inherited from Value.)

JsonValue Methods 33:

ContainsKey

Determines whether the Value contains a Value with the specified key. (Inherited from Value.)

JsonValue Methods 34:

CopyTo(.KeyValuePair.String, Value.., Int32)

Copies the KeyValuePair.TKey, TValue.s of the Value to the specified Array, starting at the specified index. (Inherited from Value.)

JsonValue Methods 35:

CopyTo(.Value., Int32)

Copies the Values of the Value to the specified Array, starting at the specified index. (Inherited from Value.)

JsonValue Methods 36:

DeepCopy

Creates a new object that is a deep copy of the current Value. (Inherited from Value.)

JsonValue Methods 37:

Equals(Boolean)

Indicates whether the current Value is equal to another Boolean value. (Inherited from Value.)

JsonValue Methods 38:

Equals(Byte)

Indicates whether the current Value is equal to another Byte. (Inherited from Value.)

JsonValue Methods 39:

Equals(.Byte.)

Indicates whether the current Value is equal to another Array of Bytes. (Inherited from Value.)

JsonValue Methods 40:

Equals(Char)

Indicates whether the current Value is equal to another Char. (Inherited from Value.)

JsonValue Methods 41:

Equals(DateTime)

Indicates whether the current Value is equal to another DateTime. (Inherited from Value.)

JsonValue Methods 42:

Equals(Decimal)

Indicates whether the current Value is equal to another Decimal value. (Inherited from Value.)

JsonValue Methods 43:

Equals(Double)

Indicates whether the current Value is equal to another Double-precision floating-point number. (Inherited from Value.)

JsonValue Methods 44:

Equals(Int16)

Indicates whether the current Value is equal to another Int16. (Inherited from Value.)

JsonValue Methods 45:

Equals(Int32)

Indicates whether the current Value is equal to another Int32. (Inherited from Value.)

JsonValue Methods 46:

Equals(Int64)

Indicates whether the current Value is equal to another Int64. (Inherited from Value.)

JsonValue Methods 47:

Equals(SByte)

Indicates whether the current Value is equal to another SByte. (Inherited from Value.)

JsonValue Methods 48:

Equals(Single)

Indicates whether the current Value is equal to another Single-precision floating-point number. (Inherited from Value.)

JsonValue Methods 49:

Equals(String)

Indicates whether the current Value is equal to another String. (Inherited from Value.)

JsonValue Methods 50:

Equals(TimeSpan)

Indicates whether the current Value is equal to another TimeSpan. (Inherited from Value.)

JsonValue Methods 51:

Equals(UInt16)

Indicates whether the current Value is equal to another UInt16. (Inherited from Value.)

JsonValue Methods 52:

Equals(UInt32)

Indicates whether the current Value is equal to another UInt32. (Inherited from Value.)

JsonValue Methods 53:

Equals(UInt64)

Indicates whether the current Value is equal to another UInt64. (Inherited from Value.)

JsonValue Methods 54:

Equals(Object)

Determines whether the specified Object is equal to the current JsonValue. (Overrides Value.Equals(Object).)

JsonValue Methods 55:

Equals(Access)

Indicates whether the current Value is equal to another Access. (Inherited from Value.)

JsonValue Methods 56:

Equals(Alarm)

Indicates whether the current Value is equal to another Alarm. (Inherited from Value.)

JsonValue Methods 57:

Equals(Event)

Indicates whether the current Value is equal to another Event. (Inherited from Value.)

JsonValue Methods 58:

Equals(JsonValue)

Indicates whether the current JsonValue is equal to another JsonValue.

JsonValue Methods 59:

Equals(Message)

Indicates whether the current Value is equal to another Message. (Inherited from Value.)

JsonValue Methods 60:

Equals(Severity)

Indicates whether the current Value is equal to another Severity. (Inherited from Value.)

JsonValue Methods 61:

Equals(Value)

Indicates whether the current Value is equal to another Value. (Inherited from Value.)

JsonValue Methods 62:

Finalize

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)

JsonValue Methods 63:

GetAccess

Gets the Access of the Value. (Inherited from Value.)

JsonValue Methods 64:

GetAlarm

Gets the Alarm of the Value. (Inherited from Value.)

JsonValue Methods 65:

GetBool.

Gets the Boolean value of the Value. (Inherited from Value.)

JsonValue Methods 66:

GetBool(IFormatProvider)

Gets the Boolean value of the Value, using the specified culture-specific formatting information. (Inherited from Value.)

JsonValue Methods 67:

GetByte

Gets the Byte of the Value. (Inherited from Value.)

JsonValue Methods 68:

GetBytes

Gets the Bytes of the Value. (Inherited from Value.)

JsonValue Methods 69:

GetChar

Gets the Char of the Value. (Inherited from Value.)

JsonValue Methods 70:

GetDateTime.

Gets the DateTime of the Value. (Inherited from Value.)

JsonValue Methods 71:

GetDateTime(IFormatProvider)

Gets the DateTime of the Value, using the specified culture-specific formatting information. (Inherited from Value.)

JsonValue Methods 72:

GetDecimal

Gets the Decimal value of the Value. (Inherited from Value.)

JsonValue Methods 73:

GetDouble.

Gets the Double-precision floating-point number of the Value. (Inherited from Value.)

JsonValue Methods 74:

GetDouble(IFormatProvider)

Gets the Double-precision floating-point number of the Value, using the specified culture-specific formatting information. (Inherited from Value.)

JsonValue Methods 75:

GetEvent

Gets the Event of the Value. (Inherited from Value.)

JsonValue Methods 76:

GetHashCode

Serves as the default hash function. (Overrides Value.GetHashCode..)

JsonValue Methods 77:

GetInt16

Gets the Int16 integer of the Value. (Inherited from Value.)

JsonValue Methods 78:

GetInt32.

Gets the Int32 of the Value. (Inherited from Value.)

JsonValue Methods 79:

GetInt32(IFormatProvider)

Gets the Int32 of the Value, using the specified culture-specific formatting information. (Inherited from Value.)

JsonValue Methods 80:

GetInt64.

Gets the Int64 integer of the Value. (Inherited from Value.)

JsonValue Methods 81:

GetInt64(IFormatProvider)

Gets the Int64 integer of the Value, using the specified culture-specific formatting information. (Inherited from Value.)

JsonValue Methods 82:

GetMessage

Gets the Message of the Value. (Inherited from Value.)

JsonValue Methods 83:

GetSByte

Gets the SByte of the Value. (Inherited from Value.)

JsonValue Methods 84:

GetSeverity

Gets the Severity of the Value. (Inherited from Value.)

JsonValue Methods 85:

GetSingle

Gets the Single-precision floating-point number of the Value. (Inherited from Value.)

JsonValue Methods 86:

GetString.

Gets the String of the Value. (Inherited from Value.)

JsonValue Methods 87:

GetString(IFormatProvider)

Gets the String of the Value, using the specified culture-specific formatting information. (Inherited from Value.)

JsonValue Methods 88:

GetTimeSpan.

Gets the TimeSpan of the Value. (Inherited from Value.)

JsonValue Methods 89:

GetTimeSpan(IFormatProvider)

Gets the TimeSpan of the Value, using the specified culture-specific formatting information. (Inherited from Value.)

JsonValue Methods 90:

GetType

Gets the Type of the current instance. (Inherited from Object.)

JsonValue Methods 91:

GetTypeCode

Gets the TypeCode for this Value. (Inherited from Value.)

JsonValue Methods 92:

GetUInt16

Gets the UInt16 integer of the Value. (Inherited from Value.)

JsonValue Methods 93:

GetUInt32

Gets the UInt32 of the Value. (Inherited from Value.)

JsonValue Methods 94:

GetUInt64

Gets the UInt64 integer of the Value. (Inherited from Value.)

JsonValue Methods 95:

IndexOf

Determines the index of the specified Value in the Value. (Inherited from Value.)

JsonValue Methods 96:

Insert

Inserts a Value to the Value at the specified index. (Inherited from Value.)

JsonValue Methods 97:

MemberwiseClone

Creates a shallow copy of the current Object. (Inherited from Object.)

JsonValue Methods 98:

Remove(KeyValuePair.String, Value.)

Removes the first occurrence of the specified KeyValuePair.TKey, TValue. from the Value. (Inherited from Value.)

JsonValue Methods 99:

Remove(String)

Removes the Value with the specified key from the Value. (Inherited from Value.)

JsonValue Methods 100:

Remove(Value)

Removes the first occurrence of the specified Value from the Value. (Inherited from Value.)

JsonValue Methods 101:

RemoveAt

Removes the Value at the specified index. (Inherited from Value.)

JsonValue Methods 102:

RemoveRange

Removes a range of Values from the Value. (Inherited from Value.)

JsonValue Methods 103:

SetValue(Boolean)

Sets the Boolean value of the Value. (Inherited from Value.)

JsonValue Methods 104:

SetValue(Byte)

Gets the Byte of the Value. (Inherited from Value.)

JsonValue Methods 105:

SetValue(.Byte.)

Gets the Bytes of the Value. (Inherited from Value.)

JsonValue Methods 106:

SetValue(Char)

Gets the Char of the Value. (Inherited from Value.)

JsonValue Methods 107:

SetValue(DateTime)

Gets the DateTime of the Value. (Inherited from Value.)

JsonValue Methods 108:

SetValue(Decimal)

Gets the Decimal value of the Value. (Inherited from Value.)

JsonValue Methods 109:

SetValue(Double)

Gets the Double-precision floating-point number of the Value. (Inherited from Value.)

JsonValue Methods 110:

SetValue(Int16)

Gets the Int16 integer of the Value. (Inherited from Value.)

JsonValue Methods 111:

SetValue(Int32)

Gets the Int32 of the Value. (Inherited from Value.)

JsonValue Methods 112:

SetValue(Int64)

Gets the Int64 integer of the Value. (Inherited from Value.)

JsonValue Methods 113:

SetValue(SByte)

Gets the SByte of the Value. (Inherited from Value.)

JsonValue Methods 114:

SetValue(Single)

Gets the Single-precision floating-point number of the Value. (Inherited from Value.)

JsonValue Methods 115:

SetValue(String)

Gets the String of the Value. (Inherited from Value.)

JsonValue Methods 116:

SetValue(TimeSpan)

Gets the TimeSpan of the Value. (Inherited from Value.)

JsonValue Methods 117:

SetValue(UInt16)

Gets the UInt16 integer of the Value. (Inherited from Value.)

JsonValue Methods 118:

SetValue(UInt32)

Gets the UInt32 of the Value. (Inherited from Value.)

JsonValue Methods 119:

SetValue(UInt64)

Gets the UInt64 integer of the Value. (Inherited from Value.)

JsonValue Methods 120:

SetValue(Access)

Gets the Access of the Value. (Inherited from Value.)

JsonValue Methods 121:

SetValue(Alarm)

Gets the Alarm of the Value. (Inherited from Value.)

JsonValue Methods 122:

SetValue(Event)

Gets the Event of the Value. (Inherited from Value.)

JsonValue Methods 123:

SetValue(Message)

Gets the Message of the Value. (Inherited from Value.)

JsonValue Methods 124:

SetValue(Severity)

Gets the Severity of the Value. (Inherited from Value.)

JsonValue Methods 125:

ShallowCopy

Creates a new Value that is a shallow copy of the current Value. (Inherited from Value.)

JsonValue Methods 126:

ToAccess

Converts this instance of the Value class to the appropriate Access. (Inherited from Value.)

JsonValue Methods 127:

ToAlarm

Converts this instance of the Value class to the appropriate Alarm. (Inherited from Value.)

JsonValue Methods 128:

ToArray

Converts this instance of the Value class to the appropriate Array. (Inherited from Value.)

JsonValue Methods 129:

ToBoolean.

Converts this instance of the Value class to the appropriate Boolean. (Inherited from Value.)

JsonValue Methods 130:

ToBoolean(IFormatProvider)

Converts the Value to an equivalent Boolean value using the specified IFormatProvider. (Inherited from Value.)

JsonValue Methods 131:

ToByte.

Converts this instance of the Value class to the appropriate Byte. (Inherited from Value.)

JsonValue Methods 132:

ToByte(IFormatProvider)

Converts the Value to an equivalent Byte using the specified IFormatProvider. (Inherited from Value.)

JsonValue Methods 133:

ToBytes

Converts this instance of the Value class to the appropriate array of Bytes. (Inherited from Value.)

JsonValue Methods 134:

ToChar.

Converts this instance of the Value class to the appropriate Char. (Inherited from Value.)

JsonValue Methods 135:

ToChar(IFormatProvider)

Converts the Value to an equivalent Char using the specified IFormatProvider. (Inherited from Value.)

JsonValue Methods 136:

ToDateTime.

Converts this instance of the Value class to the appropriate instance of the DateTime class. (Inherited from Value.)

JsonValue Methods 137:

ToDateTime(IFormatProvider)

Converts the Value to an equivalent DateTime using the specified IFormatProvider. (Inherited from Value.)

JsonValue Methods 138:

ToDecimal.

Converts this instance of the Value class to the appropriate Decimal. (Inherited from Value.)

JsonValue Methods 139:

ToDecimal(IFormatProvider)

Converts the Value to an equivalent Decimal value using the specified IFormatProvider. (Inherited from Value.)

JsonValue Methods 140:

ToDouble.

Converts this instance of the Value class to the appropriate Double-precision floating-point number. (Inherited from Value.)

JsonValue Methods 141:

ToDouble(IFormatProvider)

Converts the Value to an equivalent Double-precision floating-point number using the specified IFormatProvider. (Inherited from Value.)

JsonValue Methods 142:

ToEvent

Converts this instance of the Value class to the appropriate Event. (Inherited from Value.)

JsonValue Methods 143:

ToInt16.

Converts this instance of the Value class to the appropriate Int16. (Inherited from Value.)

JsonValue Methods 144:

ToInt16(IFormatProvider)

Converts the Value to an equivalent Int16 integer using the specified IFormatProvider. (Inherited from Value.)

JsonValue Methods 145:

ToInt32.

Converts this instance of the Value class to the appropriate Int32. (Inherited from Value.)

JsonValue Methods 146:

ToInt32(IFormatProvider)

Converts the Value to an equivalent Int32 using the specified IFormatProvider. (Inherited from Value.)

JsonValue Methods 147:

ToInt64.

Converts this instance of the Value class to the appropriate Int64. (Inherited from Value.)

JsonValue Methods 148:

ToInt64(IFormatProvider)

Converts the Value to an equivalent Int64 integer using the specified IFormatProvider. (Inherited from Value.)

JsonValue Methods 149:

ToMessage

Converts this instance of the Value class to the appropriate Message. (Inherited from Value.)

JsonValue Methods 150:

ToSByte.

Converts this instance of the Value class to the appropriate SByte. (Inherited from Value.)

JsonValue Methods 151:

ToSByte(IFormatProvider)

Converts the Value to an equivalent SByte using the specified IFormatProvider. (Inherited from Value.)

JsonValue Methods 152:

ToSeverity

Converts this instance of the Value class to the appropriate Severity. (Inherited from Value.)

JsonValue Methods 153:

ToSingle.

Converts this instance of the Value class to the appropriate Single-precision floating-point number. (Inherited from Value.)

JsonValue Methods 154:

ToSingle(IFormatProvider)

Converts the Value to an equivalent Single-precision floating-point number using the specified IFormatProvider. (Inherited from Value.)

JsonValue Methods 155:

ToString.

Returns a String that represents the current Value. (Overrides Value.ToString..)

JsonValue Methods 156:

ToString(IFormatProvider)

Converts the Value to an equivalent String using the specified IFormatProvider. (Inherited from Value.)

JsonValue Methods 157:

ToTimeSpan

Converts this instance of the Value class to the appropriate instance of the TimeSpan class. (Inherited from Value.)

JsonValue Methods 158:

ToType

Converts the Value to an equivalent Object of the specified Type using the specified IFormatProvider. (Inherited from Value.)

JsonValue Methods 159:

ToUInt16.

Converts this instance of the Value class to the appropriate UInt16. (Inherited from Value.)

JsonValue Methods 160:

ToUInt16(IFormatProvider)

Converts the Value to an equivalent UInt16 integer using the specified IFormatProvider. (Inherited from Value.)

JsonValue Methods 161:

ToUInt32.

Converts this instance of the Value class to the appropriate UInt32. (Inherited from Value.)

JsonValue Methods 162:

ToUInt32(IFormatProvider)

Converts the Value to an equivalent UInt32 using the specified IFormatProvider. (Inherited from Value.)

JsonValue Methods 163:

ToUInt64.

Converts this instance of the Value class to the appropriate UInt64. (Inherited from Value.)

JsonValue Methods 164:

ToUInt64(IFormatProvider)

Converts the Value to an equivalent UInt64 integer using the specified IFormatProvider. (Inherited from Value.)

JsonValue Methods 165:

ToValue

Returns a Value that represents the current JsonValue. (Overrides Value.ToValue..)

JsonValue Methods 166:

TryGetValue

Gets the Value associated with the specified key. (Inherited from Value.)

Extension Methods

 

Name

Description

JsonValue Methods 167:

ResolveBy(Queue.String.)

Overloaded.

Resolves the current Value by the specified Queue.T. of elements. (Defined by ValueExtensions.)

JsonValue Methods 168:

ResolveBy(String)

Overloaded.

Resolves the current Value by the specified path. (Defined by ValueExtensions.)

JsonValue Methods 169:

ToJson.

Overloaded.

Returns an unformatted JSON String that represents the current Value. (Defined by ValueExtensions.)

JsonValue Methods 170:

ToJson(Boolean)

Overloaded.

Returns an unformatted JSON String that represents the current Value. (Defined by ValueExtensions.)

JsonValue Methods 171:

ToJson(Boolean, Boolean)

Overloaded.

Returns a JSON String that represents the current Value. (Defined by ValueExtensions.)

JsonValue Methods 172:

ToJsonValue

Returns a JsonValue that contains an unformatted JSON String representing the current Value. (Defined by ValueExtensions.)

JsonValue Methods 173:

TryResolveBy(Queue.String., Value.)

Overloaded.

Resolves the current Value by the specified Queue.T. of elements. A return value indicates whether resolving succeeded. (Defined by ValueExtensions.)

JsonValue Methods 174:

TryResolveBy(String, Value.)

Overloaded.

Resolves the current Value by the specified Queue.T. of elements. A return value indicates whether resolving succeeded. (Defined by ValueExtensions.)

Reference

JsonValue Class

TcHmiSrv.Core.Tools.Json Namespace