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.9.0.0 (5.9.0)
Syntaxprotected virtual bool ReportSubElementNameEqualToContainingElementNameAsCorrectableMessage(
	string subElementName,
	GroupableModelElement containingElement,
	bool error
)
Protected Overridable Function ReportSubElementNameEqualToContainingElementNameAsCorrectableMessage ( 
	subElementName As String,
	containingElement As GroupableModelElement,
	error As Boolean
) As Boolean
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