Definition Properties

The Definition type exposes the following members.

Properties

 

Name

Description

Definition Properties 1:

Capacity

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

Definition Properties 2:

ContainsJson

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

Definition Properties 3:

Count

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

Definition Properties 4:

IsArray

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

Definition Properties 5:

IsEmpty

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

Definition Properties 6:

IsFixedSize

(Inherited from Value.)

Definition Properties 7:

IsMapOrStruct

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

Definition Properties 8:

IsNull

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

Definition Properties 9:

IsNumber

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

Definition Properties 10:

IsReadOnly

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

Definition Properties 11:

IsSynchronized

(Inherited from Value.)

Definition Properties 12:

IsVector

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

Definition Properties 13:

Item.Int32.

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

Definition Properties 14:

Item.String.

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

Definition Properties 15:

Keys

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

Definition Properties 16:

Length

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

Definition Properties 17:

LongLength

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

Definition Properties 18:

SyncRoot

(Inherited from Value.)

Definition Properties 19:

Type

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

Definition Properties 20:

Values

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

Reference

Definition Class

TcHmiSrv.Core.Tools.DynamicSymbols Namespace