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 |
definitions |
Type: System.Collections.Generic.IDictionary.String, Definition. |