Click or drag to resize
GeneralNameValidator Constructor (Project, Boolean)
Initializes a new instance of the GeneralNameValidator class.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.Validation
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
protected GeneralNameValidator(
	Project containingProject,
	bool allowEmptyString
)

Parameters

containingProject
Type: SD.LLBLGen.Pro.ApplicationCore.ProjectClassesProject
The containing project.
allowEmptyString
Type: SystemBoolean
if set to true, empty strings are allowed as a valid name
See Also