Definition Constructor

Initializes a new instance of the Definition 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 Definition(
    Value schema
)

Parameters

schema

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

Reference

Definition Class

TcHmiSrv.Core.Tools.DynamicSymbols Namespace