ArcFM Server Developer Guide
IntegerValidatorWrapperAttribute Constructor(Int32,Int32,Boolean)


Version: 10.2.1a

Resource Center Home

Syntax
'Declaration
 
Public Function New( _
   ByVal minValue As Integer, _
   ByVal maxValue As Integer, _
   ByVal rangeIsExclusive As Boolean _
)
'Usage
 
Dim minValue As Integer
Dim maxValue As Integer
Dim rangeIsExclusive As Boolean
 
Dim instance As New IntegerValidatorWrapperAttribute(minValue, maxValue, rangeIsExclusive)
public IntegerValidatorWrapperAttribute( 
   int minValue,
   int maxValue,
   bool rangeIsExclusive
)

Parameters

minValue
maxValue
rangeIsExclusive
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

IntegerValidatorWrapperAttribute Class
IntegerValidatorWrapperAttribute Members
Overload List

 

 


Send Comment