FrameworkValidatorBaseReportMultipleInheritanceTypesPerHierarchyAsCorrectableMessage Method |
Reports each mixture of inheritance hierarchy types in an inheritance hierachy. (Either an error or a warning)
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 ReportMultipleInheritanceTypesPerHierarchyAsCorrectableMessage(
Project toValidate,
bool error
)
Protected Overridable Function ReportMultipleInheritanceTypesPerHierarchyAsCorrectableMessage (
toValidate As Project,
error As Boolean
) As Boolean
Parameters
- toValidate
- Type: SD.LLBLGen.Pro.ApplicationCore.ProjectClassesProject
To validate. - error
- Type: SystemBoolean
if set to a mixture of inheritance hierarchy types per hierarchy
is reported as an error message, otherwise as a warning
Return Value
Type:
Boolean
true if no errors were enountered, false otherwise
See Also