TcHmiSchemaGenerator.ListSymbols.TType. Method (Command, IEnumerable.ISymbol.TType.., TcHmiSchemaBuilder.TType.)
Lists the schemas from the enumerable collection of ISymbol.TType.s and stores them in the read value of the specified Command using the given TcHmiSchemaBuilder.TType..
Namespace: TcHmiSrv.DynamicSymbols
Assembly: TcHmiSrvExtNet.DynamicSymbols (in
TcHmiSrvExtNet.DynamicSymbols.dll) Version: 1.10.683.0 (1.10.683.0)
Syntax
C#
public static void ListSymbols<TType>(
Command command,
IEnumerable<ISymbol<TType>> symbols,
TcHmiSchemaBuilder<TType> builder
)
Parameters
command |
Type: TcHmiSrv.Command |
symbols |
Type: System.Collections.Generic.IEnumerable.ISymbol.TType.. |
builder |
Type: TcHmiSrv.DynamicSymbols.TcHmiSchemaBuilder.TType. |
Type Parameters
TType |
The type of the class that contains the schema information. |