JsonSchemaValue Constructor (Value, Boolean)

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

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

Syntax

C#

public JsonSchemaValue(
    Value schema,
    bool extractDefinitions
)

Parameters

schema

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

extractDefinitions

Type: System.Boolean
true to extract the Definitions from schema; otherwise, false.

Reference

JsonSchemaValue Class

JsonSchemaValue Overload

TcHmiSrv.Core.Tools.DynamicSymbols Namespace