DevForce Help Reference
VerifierSetterOptions Enumeration


Options determining when setter verifiers will fire.
Syntax
'Declaration
 
<FlagsAttribute()>
Public Enum VerifierSetterOptions 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As VerifierSetterOptions
[Flags()]
public enum VerifierSetterOptions : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Members
MemberDescription
AfterSet AfterSet verifiers will fire.
BeforeSet BeforeSet verifiers will fire.
Both Both BeforeSet and AfterSet verifiers will fire.
None No verifiers will fire.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         IdeaBlade.Validation.VerifierSetterOptions

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