Table of Contents

Class EditFieldDescription

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

The description of a Web EditField test object.

public class EditFieldDescription : EditFieldBaseDescription, ICloneable, IDescription
Inheritance
EditFieldDescription
Implements
Derived
Inherited Members

Constructors

EditFieldDescription()

public EditFieldDescription()

Properties

DefaultValue

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

public StringProperty DefaultValue { get; set; }

Property Value

StringProperty

MaxLength

The maximum text length.

public int? MaxLength { get; set; }

Property Value

int?

Pattern

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

public StringProperty Pattern { get; set; }

Property Value

StringProperty

RowsCount

The number of rows in the object.

public uint? RowsCount { get; set; }

Property Value

uint?

Remarks

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