IdeaBlade DevForce 2010 Help Reference
VerifierErrorNotificationMode Enumeration
See Also  Send Feedback
IdeaBlade.Validation Assembly > IdeaBlade.Validation Namespace : VerifierErrorNotificationMode Enumeration



Determines how verification errors are exposed.

Syntax

Visual Basic (Declaration) 
Public Enum VerifierErrorNotificationMode 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
Visual Basic (Usage)Copy Code
Dim instance As VerifierErrorNotificationMode
C# 
public enum VerifierErrorNotificationMode : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
C++/CLI 
public enum class VerifierErrorNotificationMode : public System.Enum, System.IComparableSystem.IConvertibleSystem.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 IdeaBlade.Core.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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.