Table of Contents

Class NumericFieldDescription

Namespace
HP.LFT.SDK.Web
Assembly
HP.LFT.SDK.dll

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

double?

Max

The maximum value that can be entered in the field.

public double? Max { get; set; }

Property Value

double?

Min

The minimum value that can be entered in the field.

public double? Min { get; set; }

Property Value

double?

NumericValue

The current value in the field.

public double? NumericValue { get; set; }

Property Value

double?