Table of Contents

Class EditFieldDescription

The description of a Web EditField test object.

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

Constructors

EditFieldDescription()

Declaration
public EditFieldDescription()

Properties

DefaultValue

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

Declaration
public StringProperty DefaultValue { get; set; }
Property Value
Type Description
StringProperty

MaxLength

The maximum text length.

Declaration
public int? MaxLength { get; set; }
Property Value
Type Description
int?

Pattern

The regular expression pattern defined for the edit box, which controls the values that the edit box will accept.

Declaration
public StringProperty Pattern { get; set; }
Property Value
Type Description
StringProperty

RowsCount

The number of rows in the object.

Declaration
public uint? RowsCount { get; set; }
Property Value
Type Description
uint?
Remarks

Possible values: 0 for single line or the number of rows for multiple lines

Implements

ICloneable
IDescription