Definition Constructor (BuildInfo, Type, Type, Boolean)
Initializes a new instance of the Definition class.
Namespace: TcHmiSrv.DynamicSymbols
Assembly: TcHmiSrvExtNet.DynamicSymbols (in
TcHmiSrvExtNet.DynamicSymbols.dll) Version: 2.0.0.0
Syntax
C#
public Definition(
BuildInfo info,
Type readValue = null,
Type writeValue = null,
bool isFunction = false
)
Parameters
info |
Type: TcHmiSrv.DynamicSymbols.BuildInfo |
readValue (Optional) |
Type: System.Type |
writeValue (Optional) |
Type: System.Type |
isFunction (Optional) |
Type: System.Boolean |