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
The type that contains the schema information.

currentElement

Type: System.String
The name of the current element.

currentDepth

Type: System.UInt32
The current depth of the schema.

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.

Reference

TcHmiSchemaBuilder.TType. Class

TcHmiSrv.DynamicSymbols Namespace