SymbolWithValue(IEqualityComparerValue, JsonSchemaValue, NullableBoolean) Constructor

Initializes a new instance of the SymbolWithValue class with the specified IEqualityComparerT and schemes.


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

Syntax

C#

protected SymbolWithValue(
    IEqualityComparer<Value> valueComparer,
    JsonSchemaValue readValue,
    bool? function
)

Parameters

valueComparer  IEqualityComparerValue

An IEqualityComparerT that is used to compare Value with other Values. -or- null to use the default IEqualityComparerT for Values.

readValue  JsonSchemaValue

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

function  NullableBoolean

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

Version Information

Supported in: 1.10.7447.0

Reference

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

Copyright © Beckhoff Automation GmbH & Co. KG