Table of Contents

Class FieldDescription

The description of a terminal emulator field that fully supports HLLAPI.

Inheritance
FieldDescription
Namespace: HP.LFT.SDK.TE
Assembly: HP.LFT.SDK.dll
Syntax
public class FieldDescription : Description, ICloneable, IDescription

Constructors

FieldDescription()

Initializes a new instance of the FieldDescription class.

Declaration
public FieldDescription()

Properties

AttachedText

Returns the attached text attribute for TeField.

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

Id

Return the ID value of TeField.

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

IsNumeric

Returns the numeric (only) attribute for TeField.

Declaration
public bool? IsNumeric { get; set; }
Property Value
Type Description
bool?

IsProtected

Returns the 'protected' attribute for TeField.

Declaration
public bool? IsProtected { get; set; }
Property Value
Type Description
bool?

IsVisible

Returns the Visible attribute for TeField.

Declaration
public bool? IsVisible { get; set; }
Property Value
Type Description
bool?

Length

Returns the field length in characters.

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

StartPosition

Returns the 'start row' and 'start column' attributes for TeField.

Declaration
public PositionProperty StartPosition { get; set; }
Property Value
Type Description
PositionProperty

Text

Returns the content of TeField.

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

Implements

ICloneable
IDescription