DevForce Help Reference
Int32RangeVerifier Constructor(Type,String,Boolean,Nullable<Int32>,Nullable<Int32>)


See RangeVerifier<T>
Syntax
'Declaration
 
Public Function New( _
   ByVal applicableType As Type, _
   ByVal propertyName As String, _
   ByVal isRequired As Boolean, _
   ByVal minValue As Nullable(Of Integer), _
   ByVal maxValue As Nullable(Of Integer) _
)
'Usage
 
Dim applicableType As Type
Dim propertyName As String
Dim isRequired As Boolean
Dim minValue As Nullable(Of Integer)
Dim maxValue As Nullable(Of Integer)
 
Dim instance As New Int32RangeVerifier(applicableType, propertyName, isRequired, minValue, maxValue)

Parameters

applicableType
propertyName
isRequired
minValue
maxValue
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

Int32RangeVerifier Class
Int32RangeVerifier Members
Overload List

Send Feedback