Visual Basic (Declaration) | |
---|---|
Public Enum VerifierErrorNotificationMode Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As VerifierErrorNotificationMode |
C# | |
---|---|
public enum VerifierErrorNotificationMode : System.Enum, System.IComparable, System.IConvertible, System.IFormattable |
C++/CLI | |
---|---|
public enum class VerifierErrorNotificationMode : public 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. |
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.
System.Object
System.ValueType
System.Enum
IdeaBlade.Validation.VerifierErrorNotificationMode
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