Click or drag to resize

ProjectGetTypeConverterDefinition Method

Gets the type converter definition with the name, either from the project specific type converters list or from the designer type converters

Namespace:  SD.LLBLGen.Pro.ApplicationCore.ProjectClasses
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.8.0.0 (5.8.21.0208)
Syntax
public TypeConverterDefinition GetTypeConverterDefinition(
	string typeConverterName
)

Parameters

typeConverterName
Type: SystemString
Name of the type converter.

Return Value

Type: TypeConverterDefinition
the type converter definition with the name specified or null if not found
Remarks
Project specific type converter definitions overrule designer type converter definitions with the same name
See Also