| GeneralNameValidator Constructor (Project, Boolean) | 
  
    Namespace: 
   SD.LLBLGen.Pro.ApplicationCore.Validation
    Assembly:
   SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.1.0.0 (5.1.0)
Syntaxprotected GeneralNameValidator(
	Project containingProject,
	bool allowEmptyString
)
Protected Sub New ( 
	containingProject As Project,
	allowEmptyString As Boolean
)
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