Click or drag to resize
GeneratorUtilsGetTypeConverterTypeName Method
Gets the name of the type converter type, or empty string if not found/not specified.

Namespace:  SD.LLBLGen.Pro.GeneratorCore
Assembly:  SD.LLBLGen.Pro.GeneratorCore (in SD.LLBLGen.Pro.GeneratorCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public static string GetTypeConverterTypeName(
	IGenerator executingGenerator,
	FieldMapping subElementMapping
)

Parameters

executingGenerator
Type: SD.LLBLGen.Pro.ApplicationCoreIGenerator
The executing generator.
subElementMapping
Type: SD.LLBLGen.Pro.ApplicationCore.MappingFieldMapping
The sub element mapping.

Return Value

Type: String
See Also