JsonSchemaValue Constructor (JSchema)

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

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

Syntax

C#

public JsonSchemaValue(
    JSchema schema
)

Parameters

schema

Type: JSchema
A JSchema that represents the JSON schema to convert into a JsonSchemaValue.

Reference

JsonSchemaValue Class

JsonSchemaValue Overload

TcHmiSrv.Core.Tools.DynamicSymbols Namespace