Click or drag to resize
ApplicationUtilsCreateElementName Method (ProjectElementType, IProjectElementMapTargetElement, ProjectProperties)
Creates the name of the element with the type elementType which target is specified

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(
	ProjectElementType elementType,
	IProjectElementMapTargetElement target,
	ProjectProperties properties
)

Parameters

elementType
Type: SD.LLBLGen.Pro.ApplicationCoreProjectElementType
Type of the element.
target
Type: SD.LLBLGen.Pro.DBDriverCoreIProjectElementMapTargetElement
The target.
properties
Type: SD.LLBLGen.Pro.ApplicationCore.ProjectClassesProjectProperties
The properties.

Return Value

Type: String
See Also