Anomalous conditions that may be detected during mapper operations and causing
FieldAnomaly
events to be fired. A
FieldAnomaly event will be fired for each anomaly detected.
Currently these anomalies are only detected during attempts to save. During the event the anomaly being experienced
is specified in the
FieldAnomalyArgs provided during the event.
Namespace:
NetQuarry.Data
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax [FlagsAttribute]
public enum FieldAnomaly
<FlagsAttribute>
Public Enumeration FieldAnomaly
Members
| Member name | Value | Description |
---|
| NotInList | 1 | The value posted back for this field was not in the original server-side list. |
| MissingRequiredField | 2 | The field is a required field, but has no value. |
See Also