SymbolWithDirectValue(Value, IEqualityComparerValue, JsonSchemaValue, JsonSchemaValue, IDictionaryString, Value) Constructor

Initializes a new instance of the SymbolWithDirectValue class with the specified Value, IEqualityComparerT and schemes.


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

Syntax

C#

public SymbolWithDirectValue(
    Value value,
    IEqualityComparer<Value> valueComparer,
    JsonSchemaValue readValue,
    JsonSchemaValue writeValue,
    IDictionary<string, Value> attributes
)

Parameters

value  Value

The Value of the SymbolWithDirectValue.

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 SymbolWithDirectValue.

writeValue  JsonSchemaValue

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

attributes  IDictionaryString, Value

An IDictionaryTKey, TValue that contains the attributes of the SymbolWithDirectValue. -or- null if the SymbolWithDirectValue has no attributes.

Version Information

Supported in: 3.1.7447.0, 2.3.7447.0

Reference

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

Copyright © Beckhoff Automation GmbH & Co. KG