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.2.0.0 (5.2.17.0403)
Syntax protected virtual bool ReportNotUtilizedInheritanceHierarchies(
Project containingProject
)
Protected Overridable Function ReportNotUtilizedInheritanceHierarchies (
containingProject As Project
) As Boolean
Parameters
- containingProject
- Type: SD.LLBLGen.Pro.ApplicationCore.ProjectClassesProject
The containing project.
Return Value
Type:
Booleanresult of the method: true succeeded, false otherwise
See Also