Symbol Constructor (JsonSchemaValue, JsonSchemaValue, Nullable.Boolean., Nullable.Boolean.)

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: 1.3.0.0

Syntax

C#

protected Symbol(
    JsonSchemaValue readValue,
    JsonSchemaValue writeValue,
    Nullable<bool> function,
    Nullable<bool> readOnly
)

Parameters

readValue

Type: TcHmiSrv.Core.Tools.DynamicSymbols.JsonSchemaValue
A JsonSchemaValue that represents the JSON schema of the read value of the Symbol.

writeValue

Type: TcHmiSrv.Core.Tools.DynamicSymbols.JsonSchemaValue
A JsonSchemaValue that represents the JSON schema of the write value of the Symbol.

function

Type: System.Nullable.Boolean.
A value that indicates whether the Symbol is a function. -or- null to use the default value.

readOnly

Type: System.Nullable.Boolean.
A value that indicates whether the Symbol is read-only. -or- null to use the default value.

Reference

Symbol Class

Symbol Overload

TcHmiSrv.Core.Tools.DynamicSymbols Namespace