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



pType
propertyName
displayName
shouldTreatEmptyStringAsNull
Initializes a new instance of the RequiredValueVerifier class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal pType As Type, _
   ByVal propertyName As String, _
   Optional ByVal displayName As String, _
   Optional ByVal shouldTreatEmptyStringAsNull As Nullable(Of Boolean) _
)
Visual Basic (Usage)Copy Code
Dim pType As Type
Dim propertyName As String
Dim displayName As String
Dim shouldTreatEmptyStringAsNull As Nullable(Of Boolean)
 
Dim instance As New RequiredValueVerifier(pType, propertyName, displayName, shouldTreatEmptyStringAsNull)
C# 
public RequiredValueVerifier( 
   Type pType,
   string propertyName,
   string displayName,
   Nullable<bool> shouldTreatEmptyStringAsNull
)
C++/CLI 
public:
RequiredValueVerifier( 
   Type^ pType,
   String^ propertyName,
   String^ displayName,
   Nullable<bool> shouldTreatEmptyStringAsNull
)

Parameters

pType
propertyName
displayName
shouldTreatEmptyStringAsNull

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.