IdeaBlade DevForce 2010 Help Reference
RegexVerifier Constructor(Type,String,Boolean,NamedRegexPattern)
See Also  Send Feedback
IdeaBlade.Validation Assembly > IdeaBlade.Validation Namespace > RegexVerifier Class > RegexVerifier Constructor : RegexVerifier Constructor(Type,String,Boolean,NamedRegexPattern)



type
propertyName
isRequired
regexPattern
Initializes a new instance of the RegexVerifier class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal type As Type, _
   ByVal propertyName As String, _
   ByVal isRequired As Boolean, _
   ByVal regexPattern As NamedRegexPattern _
)
Visual Basic (Usage)Copy Code
Dim type As Type
Dim propertyName As String
Dim isRequired As Boolean
Dim regexPattern As NamedRegexPattern
 
Dim instance As New RegexVerifier(type, propertyName, isRequired, regexPattern)
C# 
public RegexVerifier( 
   Type type,
   string propertyName,
   bool isRequired,
   NamedRegexPattern regexPattern
)
C++/CLI 
public:
RegexVerifier( 
   Type^ type,
   String^ propertyName,
   bool isRequired,
   NamedRegexPattern^ regexPattern
)

Parameters

type
propertyName
isRequired
regexPattern

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.