JsonSchemaValue Properties

The JsonSchemaValue type exposes the following members.

Properties

 

Name

Description

JsonSchemaValue Properties 1:

Capacity

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

JsonSchemaValue Properties 2:

ContainsJson

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

JsonSchemaValue Properties 3:

Count

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

JsonSchemaValue Properties 4:

Definitions

Gets the Definitions of the JsonSchemaValue.

JsonSchemaValue Properties 5:

IsArray

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

JsonSchemaValue Properties 6:

IsEmpty

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

JsonSchemaValue Properties 7:

IsFixedSize

(Inherited from Value.)

JsonSchemaValue Properties 8:

IsMapOrStruct

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

JsonSchemaValue Properties 9:

IsNull

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

JsonSchemaValue Properties 10:

IsNumber

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

JsonSchemaValue Properties 11:

IsReadOnly

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

JsonSchemaValue Properties 12:

IsSynchronized

(Inherited from Value.)

JsonSchemaValue Properties 13:

IsVector

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

JsonSchemaValue Properties 14:

Item.Int32.

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

JsonSchemaValue Properties 15:

Item.String.

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

JsonSchemaValue Properties 16:

Keys

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

JsonSchemaValue Properties 17:

Length

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

JsonSchemaValue Properties 18:

LongLength

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

JsonSchemaValue Properties 19:

SyncRoot

(Inherited from Value.)

JsonSchemaValue Properties 20:

Type

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

JsonSchemaValue Properties 21:

Values

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

Reference

JsonSchemaValue Class

TcHmiSrv.Core.Tools.DynamicSymbols Namespace