IdeaBlade DevForce 2010 Help Reference
RangeVerifierAttribute Class Members
See Also  Properties  Methods  Send Feedback
IdeaBlade.Validation Assembly > IdeaBlade.Validation Namespace : RangeVerifierAttribute Class


The following tables list the members exposed by RangeVerifierAttribute.

Public Properties

Protected Properties

Public Methods

 NameDescription
Public MethodBuildVerifierBuild a Verifier given a declaring type and a property name. This method is a template method that depends on each any subclass of the VerifierAttribute to provide a VerifierAttribute.BuildVerifierCore implementation. (Inherited from IdeaBlade.Validation.VerifierAttribute)
Public MethodEquals (Inherited from object)
Public MethodGetHashCode (Inherited from object)
Public MethodGetIsRequired Properties on attribute classes cannot return a value of null so this method is used instead to get the actual IsRequired value (Inherited from IdeaBlade.Validation.PropertyValueVerifierAttribute)
Public MethodGetMaxValueSee RangeVerifier<T>.MaxValue  
Public MethodGetMinValueSee RangeVerifier<T>.MinValue  
Public MethodGetShouldTreatEmptyStringAsNull Properties on attribute classes cannot return a value of null so this method is used instead to get the actual IsRequired value (Inherited from IdeaBlade.Validation.PropertyValueVerifierAttribute)
Public MethodGetType (Inherited from object)
Public MethodIsDefaultAttribute (Inherited from System.Attribute)
Public MethodMatch (Inherited from System.Attribute)
Public MethodToString (Inherited from object)
Top

Protected Methods

 NameDescription
Protected MethodBuildVerifierCoreOverloaded. See VerifierAttribute.BuildVerifierCore  
Protected MethodFinalize (Inherited from object)
Protected MethodMemberwiseClone (Inherited from object)
Top

See Also

© 2013 All Rights Reserved.