DevForce Help Reference
PropertyValueVerifier<T> Class
Members 


A strongly typed abstract subclass of the PropertyValueVerifier.
Object Model
PropertyValueVerifier<T> ClassVerifierErrorMessageInfo ClassPropertyValueVerifierArgs ClassVerifierArgs ClassVerifierEngine ClassVerifierOptions Class
Syntax
'Declaration
 
Public MustInherit Class PropertyValueVerifier(Of T As Class) 
   Inherits PropertyValueVerifier
   Implements System.IComparable(Of Verifier) 
'Usage
 
Dim instance As PropertyValueVerifier(Of T)
public abstract class PropertyValueVerifier<T> : PropertyValueVerifier, System.IComparable<Verifier>  
where T: class
Type Parameters
T
Remarks
The Verifier.ApplicableType property is the generic type argument and all methods that would take a type of System.Object in the PropertyValueVerifier have strongly typed versions in this class.
Inheritance Hierarchy

System.Object
   IdeaBlade.Validation.Verifier
      IdeaBlade.Validation.PropertyValueVerifier
         IdeaBlade.Validation.PropertyValueVerifier<T>
            IdeaBlade.Validation.DelegatePropertyValueVerifier<T>

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

PropertyValueVerifier<T> Members
IdeaBlade.Validation Namespace

Send Feedback