JsonSchemaValue Constructor (Value, IDictionary.String, Definition.)

Initializes a new instance of the JsonSchemaValue class with the specified Value and Definitions.

Namespace:  TcHmiSrv.Core.Tools.DynamicSymbols
Assembly:  TcHmiSrvExtNet.Core (in TcHmiSrvExtNet.Core.dll) Version: 1.3.0.0

Syntax

C#

public JsonSchemaValue(
    Value schema,
    IDictionary<string, Definition> definitions
)

Parameters

schema

Type: TcHmiSrv.Core.Value
A Value that represents a JSON schema without Definitions.

definitions

Type: System.Collections.Generic.IDictionary.String, Definition.
The Definitions associated with schema. -or- null if no Definitions are associated with schema.

Reference

JsonSchemaValue Class

JsonSchemaValue Overload

TcHmiSrv.Core.Tools.DynamicSymbols Namespace