|
ValidatorEntryFloatRangeFull pathMadWidgets.Validation.ValidatorEntryFloatRange
Declarationpublic class ValidatorEntryFloatRange : ValidatorEntrySingleObject
HierarchyClick on the selected class to view any properties or methods that may be accessible through an instance of this class through inheritance.ValidatorEntryFloatRange
OverviewThe ValidatorEntryFloatRange class is used to validate an object whose value represents a floating point number within a certain range.ConstructorsConstructorsValidatorEntryFloatRangepublic ValidatorEntryFloatRange(object o, string sMessage, string sHighlightElement, bool bRequired, bool bNegate, double dMinimum, double dMaximum)
Creates a ValidatorEntryFloatRange validating the object o, with a message, a client-side highlight element signature, a boolean indicating whether the object must have a non-blank value, a negate boolean and a minimum and maximum value. The numeric value of the object being validated must be valid under the following rule: dMinimum <= value <= dMaximum © 2002 - 2008 Copyright, Disclaimer and Privacy Statement |
||||||