TcHmiSchemaGenerator.GetSchema.TType. Method (Command, IDefinition.TType., TcHmiSchemaBuilder.TType.)
Gets the schema of the IDefinition.TType. and stores it in the read value of the specified Command using the given TcHmiSchemaBuilder.TType..
Namespace: TcHmiSrv.DynamicSymbols
Assembly: TcHmiSrvExtNet.DynamicSymbols (in
TcHmiSrvExtNet.DynamicSymbols.dll) Version: 2.0.0.0
Syntax
C#
public static void GetSchema<TType>(
Command command,
IDefinition<TType> definition,
TcHmiSchemaBuilder<TType> builder
)
Parameters
command |
Type: TcHmiSrv.Command |
definition |
Type: TcHmiSrv.DynamicSymbols.IDefinition.TType. |
builder |
Type: TcHmiSrv.DynamicSymbols.TcHmiSchemaBuilder.TType. |
Type Parameters
TType |
The type of the class that contains the schema information. |