TcHmiSchemaGenerator.ListSymbols.TType, TInfo. Method (Command, IEnumerable.IExtendedSymbol.TType, TInfo.., TcHmiSchemaBuilder.TType, TInfo.)
Lists the schemas from the enumerable collection of IExtendedSymbol.TType, TInfo.s and stores them 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 ListSymbols<TType, TInfo>(
Command command,
IEnumerable<IExtendedSymbol<TType, TInfo>> symbols,
TcHmiSchemaBuilder<TType, TInfo> builder
)
Parameters
command |
Type: TcHmiSrv.Command |
symbols |
Type: System.Collections.Generic.IEnumerable.IExtendedSymbol.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. |