IdeaBlade DevForce 2010 Help Reference
Int32RangeVerifier Constructor(Type,String,Boolean,Nullable<Int32>,Nullable<Int32>)
See Also  Send Feedback
IdeaBlade.Validation Assembly > IdeaBlade.Validation Namespace > Int32RangeVerifier Class > Int32RangeVerifier Constructor : Int32RangeVerifier Constructor(Type,String,Boolean,Nullable<Int32>,Nullable<Int32>)



applicableType
propertyName
isRequired
minValue
maxValue
See RangeVerifier<T>

Syntax

Visual Basic (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) _
)
Visual Basic (Usage)Copy Code
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)
C# 
public Int32RangeVerifier( 
   Type applicableType,
   string propertyName,
   bool isRequired,
   Nullable<int> minValue,
   Nullable<int> maxValue
)
C++/CLI 
public:
Int32RangeVerifier( 
   Type^ applicableType,
   String^ propertyName,
   bool isRequired,
   Nullable<int> minValue,
   Nullable<int> maxValue
)

Parameters

applicableType
propertyName
isRequired
minValue
maxValue

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.