Click or drag to resize
FrameworkValidatorBaseReportSubElementNameEqualToContainingElementNameAsCorrectableMessage Method
Reports an error if the subElement name specified is equal to the name of the containingElement specified

Namespace:  SD.LLBLGen.Pro.ApplicationCore.Extensibility
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.1.0.0 (5.1.0)
Syntax
protected virtual bool ReportSubElementNameEqualToContainingElementNameAsCorrectableMessage(
	string subElementName,
	GroupableModelElement containingElement,
	bool error
)

Parameters

subElementName
Type: SystemString
Name of the sub element.
containingElement
Type: SD.LLBLGen.Pro.ApplicationCore.EntityModelGroupableModelElement
The containing element.
error
Type: SystemBoolean
if set to true a conflict is reported as an error, otherwise as a warning.

Return Value

Type: Boolean
true if no error was dispatched, false otherwise
See Also