GeneralNameValidator Constructor (Project, Boolean) |
Namespace:
SD.LLBLGen.Pro.ApplicationCore.Validation
Assembly:
SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.2.0.0 (5.2.17.0403)
Syntax protected 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