Click or drag to resize
FrameworkValidatorBase.ReportNavigatorNameEqualToEntityAsCorrectableMessage Method
Reports an error if the navigator name specified is equal to the entity specified for the relationship specified.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.Extensibility
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
protected virtual bool ReportNavigatorNameEqualToEntityAsCorrectableMessage(
	string navigator,
	EntityDefinition entity,
	RelationshipEdge relationship,
	bool error
)

Parameters

navigator
Type: System.String
The navigator.
entity
Type: SD.LLBLGen.Pro.ApplicationCore.EntityModel.EntityDefinition
The entity.
relationship
Type: SD.LLBLGen.Pro.ApplicationCore.EntityModel.RelationshipEdge
The relationship.
error
Type: System.Boolean
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