Click or drag to resize

FrameworkValidatorBaseReportEntitiesWithoutIdentifyingFieldsAsCorrectableMessage Method

Overload List
  NameDescription
Protected methodReportEntitiesWithoutIdentifyingFieldsAsCorrectableMessage(Project, Boolean)
Reports the entities without identifying fields as correctable message (either error or warning). This implementation will report entities mapped on a table if the mapping's action combination is other than CreateRetrieve or Retrieve.
Protected methodReportEntitiesWithoutIdentifyingFieldsAsCorrectableMessage(Project, Boolean, HashSetActionCombinationType)
Reports the entities without identifying fields as correctable message (either error or warning). If a mapping is present which has an action combination which isn't present in combinationsRequiringPk and its target is a table, it will report the issue as a correctable message.
Top
See Also