Click or drag to resize
GroupableElementNameValidator Constructor
Initializes a new instance of the GroupableElementNameValidator class.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.EntityModel.Validation
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.2.0.0 (5.2.17.0403)
Syntax
public GroupableElementNameValidator(
	IGroupableElement target,
	Project containingProject
)

Parameters

target
Type: SD.LLBLGen.Pro.ApplicationCoreIGroupableElement
The target the name belongs to this validator will validate.
containingProject
Type: SD.LLBLGen.Pro.ApplicationCore.ProjectClassesProject
The containing project.
See Also