DevForce Help Reference
VerifierAttribute Class
Members 


Base class for a VerifierAttribute subclasses. Every Verifier that can or needs to be specified via an attribute on some property must have a corresponding VerifierAttribute subclass.
Syntax
'Declaration
 
<AttributeUsageAttribute(ValidOn=AttributeTargets.Property Or  _
    AttributeTargets.Field, 
   AllowMultiple=True, 
   Inherited=False)>
Public MustInherit Class VerifierAttribute 
   Inherits System.Attribute
   Implements System.Runtime.InteropServices._Attribute 
'Usage
 
Dim instance As VerifierAttribute
[AttributeUsage(ValidOn=AttributeTargets.Property | 
    AttributeTargets.Field, 
   AllowMultiple=true, 
   Inherited=false)]
public abstract class VerifierAttribute : System.Attribute, System.Runtime.InteropServices._Attribute  
Inheritance Hierarchy

System.Object
   System.Attribute
      IdeaBlade.Validation.VerifierAttribute
         IdeaBlade.Validation.PropertyValueVerifierAttribute

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

VerifierAttribute Members
IdeaBlade.Validation Namespace

Send Feedback