Click or drag to resize
ApplicationUtilsCreateElementName Method (IProjectElementMapTargetElement, ProjectProperties, String)
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(
	IProjectElementMapTargetElement target,
	ProjectProperties properties,
	string nameStripPattern
)

Parameters

target
Type: SD.LLBLGen.Pro.DBDriverCoreIProjectElementMapTargetElement
The target.
properties
Type: SD.LLBLGen.Pro.ApplicationCore.ProjectClassesProjectProperties
The properties.
nameStripPattern
Type: SystemString
The name strip pattern.

Return Value

Type: String
the name requested. Name is not necessarily unique as no unique checking is performed
See Also