DevForce Help Reference
Int64RangeVerifierAttribute Class Methods


For a list of all members of this type, see Int64RangeVerifierAttribute members.

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 System.Attribute)
Public MethodGetHashCode (Inherited from System.Attribute)
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 (Inherited from IdeaBlade.Validation.RangeVerifierAttribute)
Public MethodGetMinValueSee RangeVerifier<T>.MinValue (Inherited from IdeaBlade.Validation.RangeVerifierAttribute)
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. Overridden.  Abstract method that must be implemented on each VerifierAttribute subclass.  
Protected MethodFinalize (Inherited from object)
Protected MethodMemberwiseClone (Inherited from object)
Top
See Also

Reference

Int64RangeVerifierAttribute Class
IdeaBlade.Validation Namespace

Send Feedback