IdeaBlade DevForce 2010 Help Reference
RangeVerifierAttribute Class
Members  See Also  Send Feedback
IdeaBlade.Validation Assembly > IdeaBlade.Validation Namespace : RangeVerifierAttribute Class



Base class for all RangeVerifierAttribute subclasses.

Syntax

Visual Basic (Declaration) 
Public MustInherit Class RangeVerifierAttribute 
   Inherits PropertyValueVerifierAttribute
   Implements System.Runtime.InteropServices._Attribute 
Visual Basic (Usage)Copy Code
Dim instance As RangeVerifierAttribute
C# 
public abstract class RangeVerifierAttribute : PropertyValueVerifierAttribute, System.Runtime.InteropServices._Attribute  
C++/CLI 
public ref class RangeVerifierAttribute abstract : public PropertyValueVerifierAttribute, System.Runtime.InteropServices._Attribute  

Inheritance Hierarchy

System.Object
   System.Attribute
      IdeaBlade.Validation.VerifierAttribute
         IdeaBlade.Validation.PropertyValueVerifierAttribute
            IdeaBlade.Validation.RangeVerifierAttribute
               IdeaBlade.Validation.DateTimeRangeVerifierAttribute
               IdeaBlade.Validation.DecimalRangeVerifierAttribute
               IdeaBlade.Validation.DoubleRangeVerifierAttribute
               IdeaBlade.Validation.Int32RangeVerifierAttribute
               IdeaBlade.Validation.Int64RangeVerifierAttribute

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.