Symbol(JsonSchemaValue, JsonSchemaValue, NullableBoolean, NullableBoolean, String) Constructor

Initializes a new instance of the Symbol class with the specified schemes.


Namespace: TcHmiSrv.Core.Tools.DynamicSymbols
Assembly: TcHmiSrvExtNet.Core (in TcHmiSrvExtNet.Core.dll) Version: 3.1.7447.0+85f9b473a1dd11b8f3e5c9a182fd1901975e46f9

Syntax

C#

protected Symbol(
    JsonSchemaValue readValue,
    JsonSchemaValue writeValue,
    bool? function,
    bool? readOnly,
    string doc
)

Parameters

readValue  JsonSchemaValue

A JsonSchemaValue that represents the JSON schema of the read value of the Symbol.

writeValue  JsonSchemaValue

A JsonSchemaValue that represents the JSON schema of the write value of the Symbol.

function  NullableBoolean

A value that indicates whether the Symbol is a function. -or- null to use the default value.

readOnly  NullableBoolean

A value that indicates whether the Symbol is read-only. -or- null to use the default value.

doc  String

The documentation of the Symbol.

Version Information

Supported in: 1.10.7447.0

Reference

Symbol Class Symbol Overload TcHmiSrv.Core.Tools.DynamicSymbols Namespace

Copyright © Beckhoff Automation GmbH & Co. KG