Definition Class

Represents a definition that can be referenced in a JSON schema.

Inheritance Hierarchy

SystemObject
  TcHmiSrv.CoreValue
    TcHmiSrv.Core.Tools.JsonJsonValue
      TcHmiSrv.Core.Tools.DynamicSymbolsJsonSchemaValue
        TcHmiSrv.Core.Tools.DynamicSymbolsDefinition

Namespace: TcHmiSrv.Core.Tools.DynamicSymbols
Assembly: TcHmiSrvExtNet.Core (in TcHmiSrvExtNet.Core.dll) Version: 3.1.7447.0+85f9b473a1dd11b8f3e5c9a182fd1901975e46f9

Syntax

C#

public class Definition : JsonSchemaValue

The Definition type exposes the following members.

Constructors

 

Name

Description

Definition Class 1:

Definition

Initializes a new instance of the Definition class with the specified Value.

Properties

 

Name

Description

Definition Class 2:

Capacity

Contains the total number of Values the internal data structure can hold without resizing.
(Inherited from Value)

Definition Class 3:

ContainsJson

Gets a value that indicates whether the Value contains a JSON String.
(Inherited from Value)

Definition Class 4:

Count

Gets the number of Values contained in the Value.
(Inherited from Value)

Definition Class 5:

IsArray

Gets a value that indicates whether the Value is an Array.
(Inherited from Value)

Definition Class 6:

IsEmpty

Gets a value that indicates whether the Value is empty.
(Inherited from Value)

Definition Class 7:

IsFixedSize


(Inherited from Value)

Definition Class 8:

IsMapOrStruct

Gets a value that indicates whether Type equals Map or Struct.
(Inherited from Value)

Definition Class 9:

IsNull

Gets a value that indicates whether Type equals Null.
(Inherited from Value)

Definition Class 10:

IsNumber

Gets a value that indicates whether Type equals Int32, Double, Int64 or UInt64.
(Inherited from Value)

Definition Class 11:

IsReadOnly

Gets a value that indicates whether the Value is read-only.
(Inherited from Value)

Definition Class 12:

IsSynchronized


(Inherited from Value)

Definition Class 13:

IsVector

Gets a value that indicates whether Type equals Vector.
(Inherited from Value)

Definition Class 14:

ItemInt32

Gets or sets the Value at the specified index.
(Inherited from Value)

Definition Class 15:

ItemString

Gets or sets the Value with the specified key.
(Inherited from Value)

Definition Class 16:

Keys

Gets an ICollectionT containing the keys of the Value.
(Inherited from Value)

Definition Class 17:

Length

Gets the total number of elements in all the dimensions of the Array.
(Inherited from Value)

Definition Class 18:

LongLength

Gets a 64-bit integer that represents the total number of elements in all the dimensions of the Array.
(Inherited from Value)

Definition Class 19:

SyncRoot


(Inherited from Value)

Definition Class 20:

Type

Contains the ValueType of the Value.
(Inherited from Value)

Definition Class 21:

Values

Gets an ICollectionT containing the Values in the Value.
(Inherited from Value)

Methods

 

Name

Description

Definition Class 22:

Add(KeyValuePairString, Value)

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

Definition Class 23:

Add(Value)

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

Definition Class 24:

Add(String, Value)

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

Definition Class 25:

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)

Definition Class 26:

AddRange

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

Definition Class 27:

ChangeType

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

Definition Class 28:

Clear

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

Definition Class 29:

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)

Definition Class 30:

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)

Definition Class 31:

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)

Definition Class 32:

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)

Definition Class 33:

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)

Definition Class 34:

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)

Definition Class 35:

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)

Definition Class 36:

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)

Definition Class 37:

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)

Definition Class 38:

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)

Definition Class 39:

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)

Definition Class 40:

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)

Definition Class 41:

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)

Definition Class 42:

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)

Definition Class 43:

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)

Definition Class 44:

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)

Definition Class 45:

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)

Definition Class 46:

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)

Definition Class 47:

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)

Definition Class 48:

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)

Definition Class 49:

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)

Definition Class 50:

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)

Definition Class 51:

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)

Definition Class 52:

Contains(KeyValuePairString, Value)

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

Definition Class 53:

Contains(Value)

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

Definition Class 54:

ContainsKey

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

Definition Class 55:

CopyTo(KeyValuePairString, Value, Int32)

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

Definition Class 56:

CopyTo(Value, Int32)

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

Definition Class 57:

DeepCopy

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

Definition Class 58:

Equals(Access)

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

Definition Class 59:

Equals(Alarm)

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

Definition Class 60:

Equals(Boolean)

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

Definition Class 61:

Equals(Byte)

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

Definition Class 62:

Equals(Byte)

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

Definition Class 63:

Equals(Char)

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

Definition Class 64:

Equals(DateTime)

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

Definition Class 65:

Equals(Decimal)

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

Definition Class 66:

Equals(Double)

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

Definition Class 67:

Equals(Event)

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

Definition Class 68:

Equals(Int16)

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

Definition Class 69:

Equals(Int32)

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

Definition Class 70:

Equals(Int64)

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

Definition Class 71:

Equals(JsonSchemaValue)

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

Definition Class 72:

Equals(JsonValue)

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

Definition Class 73:

Equals(Message)

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

Definition Class 74:

Equals(Object)

Determines whether the specified Object is equal to the current JsonSchemaValue.
(Inherited from JsonSchemaValue)

Definition Class 75:

Equals(SByte)

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

Definition Class 76:

Equals(Severity)

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

Definition Class 77:

Equals(Single)

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

Definition Class 78:

Equals(String)

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

Definition Class 79:

Equals(TimeSpan)

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

Definition Class 80:

Equals(UInt16)

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

Definition Class 81:

Equals(UInt32)

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

Definition Class 82:

Equals(UInt64)

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

Definition Class 83:

Equals(Value)

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

Definition Class 84:

Finalize

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

Definition Class 85:

GetAccess

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

Definition Class 86:

GetAlarm

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

Definition Class 87:

GetBool

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

Definition Class 88:

GetBool(IFormatProvider)

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

Definition Class 89:

GetByte

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

Definition Class 90:

GetBytes

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

Definition Class 91:

GetChar

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

Definition Class 92:

GetDateTime

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

Definition Class 93:

GetDateTime(IFormatProvider)

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

Definition Class 94:

GetDecimal

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

Definition Class 95:

GetDouble

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

Definition Class 96:

GetDouble(IFormatProvider)

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

Definition Class 97:

GetEvent

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

Definition Class 98:

GetHashCode

Serves as the default hash function.
(Inherited from JsonSchemaValue)

Definition Class 99:

GetInt16

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

Definition Class 100:

GetInt32

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

Definition Class 101:

GetInt32(IFormatProvider)

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

Definition Class 102:

GetInt64

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

Definition Class 103:

GetInt64(IFormatProvider)

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

Definition Class 104:

GetMessage

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

Definition Class 105:

GetSByte

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

Definition Class 106:

GetSeverity

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

Definition Class 107:

GetSingle

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

Definition Class 108:

GetString

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

Definition Class 109:

GetString(IFormatProvider)

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

Definition Class 110:

GetTimeSpan

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

Definition Class 111:

GetTimeSpan(IFormatProvider)

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

Definition Class 112:

GetType

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

Definition Class 113:

GetTypeCode

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

Definition Class 114:

GetUInt16

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

Definition Class 115:

GetUInt32

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

Definition Class 116:

GetUInt64

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

Definition Class 117:

GetUInt64(IFormatProvider)

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

Definition Class 118:

IndexOf

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

Definition Class 119:

Insert

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

Definition Class 120:

MemberwiseClone

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

Definition Class 121:

Remove(KeyValuePairString, Value)

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

Definition Class 122:

Remove(String)

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

Definition Class 123:

Remove(Value)

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

Definition Class 124:

RemoveAt

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

Definition Class 125:

RemoveRange

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

Definition Class 126:

SetValue(Access)

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

Definition Class 127:

SetValue(Alarm)

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

Definition Class 128:

SetValue(Boolean)

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

Definition Class 129:

SetValue(Byte)

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

Definition Class 130:

SetValue(Byte)

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

Definition Class 131:

SetValue(Char)

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

Definition Class 132:

SetValue(DateTime)

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

Definition Class 133:

SetValue(Decimal)

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

Definition Class 134:

SetValue(Double)

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

Definition Class 135:

SetValue(Event)

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

Definition Class 136:

SetValue(Int16)

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

Definition Class 137:

SetValue(Int32)

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

Definition Class 138:

SetValue(Int64)

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

Definition Class 139:

SetValue(Message)

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

Definition Class 140:

SetValue(SByte)

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

Definition Class 141:

SetValue(Severity)

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

Definition Class 142:

SetValue(Single)

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

Definition Class 143:

SetValue(String)

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

Definition Class 144:

SetValue(TimeSpan)

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

Definition Class 145:

SetValue(UInt16)

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

Definition Class 146:

SetValue(UInt32)

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

Definition Class 147:

SetValue(UInt64)

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

Definition Class 148:

ShallowCopy

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

Definition Class 149:

ToAccess

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

Definition Class 150:

ToAlarm

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

Definition Class 151:

ToArray

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

Definition Class 152:

ToBoolean

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

Definition Class 153:

ToBoolean(IFormatProvider)

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

Definition Class 154:

ToByte

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

Definition Class 155:

ToByte(IFormatProvider)

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

Definition Class 156:

ToBytes

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

Definition Class 157:

ToChar

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

Definition Class 158:

ToChar(IFormatProvider)

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

Definition Class 159:

ToDateTime

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

Definition Class 160:

ToDateTime(IFormatProvider)

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

Definition Class 161:

ToDecimal

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

Definition Class 162:

ToDecimal(IFormatProvider)

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

Definition Class 163:

ToDouble

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

Definition Class 164:

ToDouble(IFormatProvider)

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

Definition Class 165:

ToEvent

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

Definition Class 166:

ToInt16

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

Definition Class 167:

ToInt16(IFormatProvider)

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

Definition Class 168:

ToInt32

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

Definition Class 169:

ToInt32(IFormatProvider)

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

Definition Class 170:

ToInt64

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

Definition Class 171:

ToInt64(IFormatProvider)

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

Definition Class 172:

ToMessage

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

Definition Class 173:

ToSByte

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

Definition Class 174:

ToSByte(IFormatProvider)

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

Definition Class 175:

ToSeverity

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

Definition Class 176:

ToSingle

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

Definition Class 177:

ToSingle(IFormatProvider)

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

Definition Class 178:

ToString

Returns a String that represents the current Value.
(Inherited from JsonSchemaValue)

Definition Class 179:

ToString(Boolean)

Returns a String that represents the current JsonSchemaValue.
(Inherited from JsonSchemaValue)

Definition Class 180:

ToString(IFormatProvider)

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

Definition Class 181:

ToTimeSpan

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

Definition Class 182:

ToType

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

Definition Class 183:

ToUInt16

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

Definition Class 184:

ToUInt16(IFormatProvider)

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

Definition Class 185:

ToUInt32

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

Definition Class 186:

ToUInt32(IFormatProvider)

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

Definition Class 187:

ToUInt64

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

Definition Class 188:

ToUInt64(IFormatProvider)

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

Definition Class 189:

ToValue

Returns a Value that represents the current JsonValue.
(Inherited from JsonValue)

Definition Class 190:

ToValue(Boolean)

Returns a Value that represents the current JsonSchemaValue.
(Inherited from JsonSchemaValue)

Definition Class 191:

TryGetValue

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

Extension Methods

 

Name

Description

Definition Class 192:

ResolveBy

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

Definition Class 193:

ResolveBy

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

Definition Class 194:

ToJson

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

Definition Class 195:

ToJson

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

Definition Class 196:

ToJson

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

Definition Class 197:

ToJsonValue

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

Definition Class 198:

TryResolveBy

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

Definition Class 199:

TryResolveBy

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

Version Information

Supported in: 3.1.7447.0, 2.3.7447.0, 1.10.7447.0

Reference

TcHmiSrv.Core.Tools.DynamicSymbols Namespace

Copyright © Beckhoff Automation GmbH & Co. KG