IdeaBlade.Validation Assembly > IdeaBlade.Validation Namespace : VerifierErrorNotificationMode Enumeration |
'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
Member | Description |
---|---|
Inherit | Use the setting on the parent, which is usually the VerifierEngine. |
Notify | Causes notification through the INotifyDataErrorInfo interface. |
NotifyAndThrowException | Notify using INotifyDataErrorInfo and throw exception. |
ThrowException | Throws an exception. |
The DevForce EntityWrapper used for entities and POCO types implements INotifyDataErrorInfo.
System.Object
System.ValueType
System.Enum
IdeaBlade.Validation.VerifierErrorNotificationMode
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