Click or drag to resize

EntityModelNameValidator Constructor (Project, Boolean)

Initializes a new instance of the EntityModelNameValidator class.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.EntityModel.Validation
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.9.0.0 (5.9.0)
Syntax
public EntityModelNameValidator(
	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