Click or drag to resize
ApplicationUtilsCreateElementName Method (String, ProjectProperties)
Creates the name of the element.

Namespace:  SD.LLBLGen.Pro.ApplicationCore
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public static string CreateElementName(
	string targetName,
	ProjectProperties properties
)

Parameters

targetName
Type: SystemString
Name of the target.
properties
Type: SD.LLBLGen.Pro.ApplicationCore.ProjectClassesProjectProperties
The properties.

Return Value

Type: String
See Also