TcHmiSchemaGenerator.GetSchema Method (Command, BuildInfo, Type, Type, Boolean)
Gets the schemas of the instances of type Type and stores them in the read value of the specified Command.
Namespace: TcHmiSrv.DynamicSymbols
Assembly: TcHmiSrvExtNet.DynamicSymbols (in
TcHmiSrvExtNet.DynamicSymbols.dll) Version: 2.0.0.0
Syntax
C#
public static void GetSchema(
Command command,
BuildInfo info,
Type readValue = null,
Type writeValue = null,
bool isFunction = false
)Parameters
|
command |
Type: TcHmiSrv.Command |
|
info |
Type: TcHmiSrv.DynamicSymbols.BuildInfo |
|
readValue (Optional) |
Type: System.Type |
|
writeValue (Optional) |
Type: System.Type |
|
isFunction (Optional) |
Type: System.Boolean |