Click or drag to resize
EntityBaseElementValidate Method
Validates this instance. Reports errors along the way using the message system.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.EntityModel
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
protected override bool Validate(
	Project containingProject,
	bool silentValidation
)

Parameters

containingProject
Type: SD.LLBLGen.Pro.ApplicationCore.ProjectClassesProject
The containing project.
silentValidation
Type: SystemBoolean
if set to true the validation is silent: it won't produce any error / warning messages

Return Value

Type: Boolean
true if no errors were detected, false otherwise
See Also