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