Click or drag to resize

FrameworkValidatorBaseReportNotUtilizedInheritanceHierarchies Method

Reports the not utilized pk-pk relationships for inheritance hierarchies construction. Frameworks which don't support Target-per-Entity have to override this method and simply return true.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.Extensibility
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax
protected virtual bool ReportNotUtilizedInheritanceHierarchies(
	Project containingProject
)

Parameters

containingProject
Type: SD.LLBLGen.Pro.ApplicationCore.ProjectClassesProject
The containing project.

Return Value

Type: Boolean
result of the method: true succeeded, false otherwise
See Also