FrameworkValidatorBaseReportNavigatorNameEqualToEntityAsCorrectableMessage 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.2.0.0 (5.2.17.0403)
Syntax protected virtual bool ReportNavigatorNameEqualToEntityAsCorrectableMessage(
string navigator,
EntityDefinition entity,
RelationshipEdge relationship,
bool error
)
Protected Overridable Function ReportNavigatorNameEqualToEntityAsCorrectableMessage (
navigator As String,
entity As EntityDefinition,
relationship As RelationshipEdge,
error As Boolean
) As Boolean
Parameters
- navigator
- Type: SystemString
The navigator. - entity
- Type: SD.LLBLGen.Pro.ApplicationCore.EntityModelEntityDefinition
The entity. - relationship
- Type: SD.LLBLGen.Pro.ApplicationCore.EntityModelRelationshipEdge
The relationship. - error
- Type: SystemBoolean
if set to true a conflict is reported as an error, otherwise as a warning.
Return Value
Type:
Booleantrue if no error was dispatched, false otherwise
See Also