Click or drag to resize

ProjectGetAllCoreTypesOfAllTypeConvertersAndImportedTypes Method

Gets all core types of all type converters with additionally all imported types imported from typeimports files.

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 List<Type> GetAllCoreTypesOfAllTypeConvertersAndImportedTypes()

Return Value

Type: ListType
list of all core types of all known type converters (both system type converters and project-specific type converters found in the additionaltypeconverters folder of the project) with additionally all imported types imported from typeimports files
See Also