T
IdeaBlade DevForce 2010 Help Reference
PropertyValueVerifier<T> Class
Members  See Also  Send Feedback
IdeaBlade.Validation Assembly > IdeaBlade.Validation Namespace : PropertyValueVerifier<T> Class



A strongly typed abstract subclass of the PropertyValueVerifier.

Object Model

PropertyValueVerifier<T> ClassVerifierErrorMessageInfo ClassPropertyValueVerifierArgs ClassVerifierArgs ClassVerifierEngine ClassVerifierOptions Class

Syntax

Visual Basic (Declaration) 
Public MustInherit Class PropertyValueVerifier(Of T As Class) 
   Inherits PropertyValueVerifier
   Implements System.IComparable(Of Verifier) 
Visual Basic (Usage)Copy Code
Dim instance As PropertyValueVerifier(Of T)
C# 
public abstract class PropertyValueVerifier<T> : PropertyValueVerifier, System.IComparable<Verifier>  
where T: class
C++/CLI 
generic<typename T>
public ref class PropertyValueVerifier abstract : public PropertyValueVerifier, System.IComparable<Verifier>  
where T: ref 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 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.