Click or drag to resize
GeneratorUtilsGetInheritedTypesAsStringVBNet Method
returns all inherited types (base class from settings, additional interfaces from settings) as a comma separated string doesn't look at supertypes for inheritance scenario's. Filters out empty names. Usable for VB.NET as it properly formats the code using Inherits and Implements.

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 GetInheritedTypesAsStringVBNet(
	IOutputSettingValuesTarget element,
	string baseClassSettingName,
	ITargetFrameworkHolder frameworkHolder
)

Parameters

element
Type: SD.LLBLGen.Pro.ApplicationCore.InterfacesIOutputSettingValuesTarget
The element.
baseClassSettingName
Type: SystemString
Name of the base class setting.
frameworkHolder
Type: SD.LLBLGen.Pro.ApplicationCore.InterfacesITargetFrameworkHolder
The framework holder which can be a derived model or the project.

Return Value

Type: String
See Also