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