Click or drag to resize

ProjectAddNewValueType Method

Adds a new ValueTypeDefinition to the project. It assumes the names passed in are valid.

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 ValueTypeDefinition AddNewValueType(
	string groupName,
	string valueTypeName
)

Parameters

groupName
Type: SystemString
Name of the group.
valueTypeName
Type: SystemString
Name of the value type.

Return Value

Type: ValueTypeDefinition
the value type created, or null if no value type was created
See Also