Click or drag to resize

GroupNameValidator Constructor

Initializes a new instance of the GroupNameValidator class.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.EntityModel.Validation
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax
public GroupNameValidator(
	IGroupableElement element,
	Project containingProject
)

Parameters

element
Type: SD.LLBLGen.Pro.ApplicationCoreIGroupableElement
The element which is grouped and which groupname value is validated. Can be null, which will force the validator not to check for duplicates
containingProject
Type: SD.LLBLGen.Pro.ApplicationCore.ProjectClassesProject
The containing project.
See Also