DevForce Help Reference
VerifierErrorNotificationMode Enumeration


Determines how verification errors are exposed.
Syntax
'Declaration
 
Public Enum VerifierErrorNotificationMode 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As VerifierErrorNotificationMode
public enum VerifierErrorNotificationMode : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Members
MemberDescription
Inherit Use the setting on the parent, which is usually the VerifierEngine.
NotifyCauses notification through the INotifyDataErrorInfo interface.
NotifyAndThrowExceptionNotify using INotifyDataErrorInfo and throw exception.
ThrowException Throws an exception.
Remarks
A verification error can cause an exception to be thrown, or it can be exposed via the System.ComponentModel.INotifyDataErrorInfo interface.

The DevForce EntityWrapper used for entities and POCO types implements INotifyDataErrorInfo.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         IdeaBlade.Validation.VerifierErrorNotificationMode

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IdeaBlade.Validation Namespace

Send Feedback