Click or drag to resize
DerivedModelNameValidatorValidateNewDerivedModelName Method
Validates the name of a new derived model

Namespace:  SD.LLBLGen.Pro.ApplicationCore.DerivedModel.Validation
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,
	bool checkForDuplicates,
	out string errorText,
	out string correctName
)

Parameters

newName
Type: SystemString
The new name.
checkForDuplicates
Type: SystemBoolean
if set to true [check for duplicates].
errorText
Type: SystemString
The error text.
correctName
Type: SystemString
Name of the correct.

Return Value

Type: Boolean
See Also