Table of Contents

Class NumericFieldDescription

The description of a Web NumericField test object.

Namespace: HP.LFT.SDK.Web
Assembly: HP.LFT.SDK.dll
Syntax
public class NumericFieldDescription : EditFieldDescription, ICloneable, IDescription

Constructors

NumericFieldDescription()

Declaration
public NumericFieldDescription()

Properties

DefaultNumericValue

The initial value of the object, which is set when the object is reset.

Declaration
public double? DefaultNumericValue { get; set; }
Property Value
Type Description
double?

Max

The maximum value that can be entered in the field.

Declaration
public double? Max { get; set; }
Property Value
Type Description
double?

Min

The minimum value that can be entered in the field.

Declaration
public double? Min { get; set; }
Property Value
Type Description
double?

NumericValue

The current value in the field.

Declaration
public double? NumericValue { get; set; }
Property Value
Type Description
double?

Implements

ICloneable
IDescription