SymbolWithDirectValue Constructor (Value, IEqualityComparer.Value., JsonSchemaValue, JsonSchemaValue)
Initializes a new instance of the SymbolWithDirectValue class with the specified Value, IEqualityComparer.T. and schemes.
Namespace: TcHmiSrv.Core.Tools.DynamicSymbols
Assembly: TcHmiSrvExtNet.Core (in
TcHmiSrvExtNet.Core.dll) Version: 1.3.0.0
Syntax
C#
public SymbolWithDirectValue(
Value value,
IEqualityComparer<Value> valueComparer,
JsonSchemaValue readValue,
JsonSchemaValue writeValue
)
Parameters
value |
Type: TcHmiSrv.Core.Value |
valueComparer |
Type: System.Collections.Generic.IEqualityComparer.Value. |
readValue |
Type: TcHmiSrv.Core.Tools.DynamicSymbols.JsonSchemaValue |
writeValue |
Type: TcHmiSrv.Core.Tools.DynamicSymbols.JsonSchemaValue |