OOI UA-ModelCompiler

SchemaGenerator..::..GetFields Method

Fetches all of the fields for a complex type by following the base type.

Namespace:  CodeGenerator
Assembly:  ModelCompiler (in ModelCompiler.dll)

Syntax


protected void GetFields(
	ComplexType complexType,
	List<FieldType> fields
)

Parameters

complexType
Type: CodeGenerator..::..ComplexType
fields
Type: List<(Of <(<'FieldType>)>)>