TcHmiSchemaGenerator Class

Provides methods to get the schema of a particular type and store it in an instance of type Value.

Inheritance Hierarchy

System.Object
  TcHmiSrv.DynamicSymbols.TcHmiSchemaGenerator
Namespace:  TcHmiSrv.DynamicSymbols
Assembly:  TcHmiSrvExtNet.DynamicSymbols (in TcHmiSrvExtNet.DynamicSymbols.dll) Version: 2.0.0.0

Syntax

C#

public static class TcHmiSchemaGenerator

Methods

 

Name

Description

TcHmiSchemaGenerator Class 1:

TcHmiSchemaGenerator Class 2:

GetDefinitions(Command, IEnumerable.Definition.)

Gets the definitions from the enumerable collection of Definitions and stores them in the read value of the specified Command.

TcHmiSchemaGenerator Class 3:

TcHmiSchemaGenerator Class 4:

GetDefinitions.TType.(Command, IEnumerable.IDefinition.TType., TcHmiSchemaBuilder.TType.)

Gets the definitions from the enumerable collection of IDefinition.TType.s and stores them in the read value of the specified Command using the given TcHmiSchemaBuilder.TType..

TcHmiSchemaGenerator Class 5:

TcHmiSchemaGenerator Class 6:

GetDefinitions.TType, TInfo.(Command, IEnumerable.IExtendedDefinition.TType, TInfo.., TcHmiSchemaBuilder.TType, TInfo.)

Gets the definitions from the enumerable collection of IExtendedDefinition.TType, TInfo.s and stores them in the read value of the specified Command using the given TcHmiSchemaBuilder.TType, TInfo..

TcHmiSchemaGenerator Class 7:

TcHmiSchemaGenerator Class 8:

GetSchema(Command, Definition)

Gets the schema of the Definition and stores it in the read value of the specified Command.

TcHmiSchemaGenerator Class 9:

TcHmiSchemaGenerator Class 10:

GetSchema(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.

TcHmiSchemaGenerator Class 11:

TcHmiSchemaGenerator Class 12:

GetSchema(Command, Type, Type, Boolean, IncludeMembers, BindingFlags, ICollection.String., UInt32)

Gets the schemas of the instances of type Type and stores them in the read value of the specified Command.

TcHmiSchemaGenerator Class 13:

TcHmiSchemaGenerator Class 14:

GetSchema.TType.(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..

TcHmiSchemaGenerator Class 15:

TcHmiSchemaGenerator Class 16:

GetSchema.TType, TInfo.(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..

TcHmiSchemaGenerator Class 17:

TcHmiSchemaGenerator Class 18:

ListSymbols(Command, IEnumerable.Symbol.)

Lists the schemas from the enumerable collection of Symbols and stores them in the read value of the specified Command.

TcHmiSchemaGenerator Class 19:

TcHmiSchemaGenerator Class 20:

ListSymbols.TType.(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..

TcHmiSchemaGenerator Class 21:

TcHmiSchemaGenerator Class 22:

ListSymbols.TType, TInfo.(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..

Reference

TcHmiSrv.DynamicSymbols Namespace