TcHmiSchemaBuilder.TType.BuildSchema Method
Builds the schema of a the specified type.
Namespace: TcHmiSrv.DynamicSymbols
Assembly: TcHmiSrvExtNet.DynamicSymbols (in
TcHmiSrvExtNet.DynamicSymbols.dll) Version: 2.0.0.0
Syntax
C#
protected abstract TcHmiSchemaBuilder.TType.Schema BuildSchema(
TType type,
string currentElement,
uint currentDepth
)
Parameters
type |
Type: TType |
currentElement |
Type: System.String |
currentDepth |
Type: System.UInt32 |
Return Value
Type: TcHmiSchemaBuilder.TType.Schema
An instance of a class derived from TcHmiSchemaBuilder.TType.Schema that contains the schema information of the
particular type.