Click or drag to resize
ProjectValidateNewDerivedModelName Method (String, String, String)
Validates whether the name specified is a valid name for a new derived model. Will check for duplicates.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.ProjectClasses
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public bool ValidateNewDerivedModelName(
	string newName,
	out string errorText,
	out string correctName
)

Parameters

newName
Type: SystemString
The new name.
errorText
Type: SystemString
The error text.
correctName
Type: SystemString
Corrected value for name rules, this is the correct name for 'newName'.

Return Value

Type: Boolean
true if valid, false otherwise
See Also