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

Namespace:  SD.LLBLGen.Pro.ApplicationCore.DerivedModel.Validation
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.1.0.0 (5.1.0)
Syntax
public DerivedModelNameValidator(
	Project containingProject,
	DerivedModelDefinition model
)

Parameters

containingProject
Type: SD.LLBLGen.Pro.ApplicationCore.ProjectClassesProject
The containing project.
model
Type: SD.LLBLGen.Pro.ApplicationCore.DerivedModelDerivedModelDefinition
The model.
See Also