Class NumericFieldDescription
The description of a Web NumericField test object.
public class NumericFieldDescription : EditFieldDescription, ICloneable, IDescription
- Inheritance
-
NumericFieldDescription
- Implements
- Derived
- Inherited Members
Constructors
NumericFieldDescription()
public NumericFieldDescription()
Properties
DefaultNumericValue
The initial value of the object, which is set when the object is reset.
public double? DefaultNumericValue { get; set; }
Property Value
Max
The maximum value that can be entered in the field.
public double? Max { get; set; }
Property Value
Min
The minimum value that can be entered in the field.
public double? Min { get; set; }
Property Value
NumericValue
The current value in the field.
public double? NumericValue { get; set; }