.NET Connector Method Reference

.NET Connector Method Reference

Show / Hide Table of Contents
  • Attachmate.Verastream.HostIntegrator.E2V
    • Area
    • ExtraArea
    • ExtraOIA
    • ExtraScreen
    • ExtraSession
    • ExtraSessions
    • ExtraSystem
    • OIA
    • Screen
    • Session
    • Sessions
    • System
  • Attachmate.Verastream.HostIntegrator.EAO2V
    • ATM_AREA
    • ATM_FIELDTYPE
    • ATM_FINDFIELD
    • ATM_OIA
    • ATM_OIA_ERRORSTATUS
    • ATM_OIA_OWNER
    • ATM_OIA_XSTATUS
    • ATM_SESSION_STATE
    • ATM_WRAP
    • AtmConTN3270
    • AtmConstants
    • AtmScreen3270
    • AtmSession
    • AtmSessionConstants
    • IAtmConTN3270
    • IAtmOia3270
    • IAtmScreen3270
    • IAtmSession
    • IAtmWait
  • WRQ.Verastream.HostIntegrator
    • AidKey
    • AttributeMetaData
    • Color
    • ColumnMetaData
    • ColumnType
    • ElementLocation
    • ElementType
    • ErrorMessage
    • FieldMetaData
    • HostIntegratorChannelException
    • HostIntegratorConnectorException
    • HostIntegratorDeadSessionException
    • HostIntegratorException
    • HostIntegratorMarshallerException
    • HostIntegratorModelDataException
    • HostIntegratorModelDefException
    • HostIntegratorRejuvenationSession
    • HostIntegratorServerException
    • HostIntegratorSession
    • HostIntegratorTerminalException
    • HostIntegratorTimeoutException
    • HostIntegratorUserException
    • InputFieldInfo
    • LoggingLevel
    • MetaData
    • MetaDataType
    • ModelDataColumn
    • ModelDataTable
    • OperationMetaData
    • ProcedureMetaData
    • ProcedureType
    • RcConst
    • RecordSetMetaData
    • RegionType
    • RejuvenationAidKey
    • RejuvenationEnablementMode
    • RejuvenationMethod
    • Screen
    • ScreenField
    • ScrollMovement
    • SessionType
    • TerminalAttributes
    • TerminalField
    • TerminalScreen
    • VariableInitialization
    • VariableMetaData
    • VariableType

Class TerminalAttributes

The methods and properties in the TerminalAttributes class return information about the terminal attributes of the associated field.

Inheritance
object
TerminalAttributes
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: WRQ.Verastream.HostIntegrator
Assembly: WRQ.Verastream.HostIntegrator.dll
Syntax
[Serializable]
public class TerminalAttributes
Remarks

The methods and properties in the TerminalAttributes class return information about the terminal attributes of the associated field.

Properties

Color

Gets the color of the field.

Declaration
public virtual Color Color { get; }
Property Value
Type Description
Color

This property returns a constant from the Color enumeration.

IsBlinking

Gets whether the field has the blinking attribute.

Declaration
public virtual bool IsBlinking { get; }
Property Value
Type Description
bool

This property returns a Boolean indicating whether the field has the blinking attribute.

IsColumnSeparated

Gets whether the field has the column separated attribute.

Declaration
public virtual bool IsColumnSeparated { get; }
Property Value
Type Description
bool

This property returns a Boolean indicating whether the field has the column separated attribute.

IsHalfBrite

Gets whether the field has the half-brite attribute.

Declaration
public virtual bool IsHalfBrite { get; }
Property Value
Type Description
bool

This property returns a Boolean indicating whether the field has the half-brite attribute.

IsIntense

Gets whether the field has the intense attribute.

Declaration
public virtual bool IsIntense { get; }
Property Value
Type Description
bool

This property returns a Boolean indicating whether the field has the intense attribute.

IsNonDisplay

Gets whether the field has the non-display attribute.

Declaration
public virtual bool IsNonDisplay { get; }
Property Value
Type Description
bool

This property returns a Boolean indicating whether the field has the non-display attribute.

IsNumeric

Gets whether the field has the numeric attribute.

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

This property returns a Boolean indicating whether the field has the numeric attribute.

IsPenDetect

Gets whether the field has the pen-detect attribute.

Declaration
public virtual bool IsPenDetect { get; }
Property Value
Type Description
bool

This property returns a Boolean indicating whether the field has the pen-detect attribute.

IsProtected

Gets whether the field has the protected attribute.

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

This property returns a Boolean indicating whether the field has the protected attribute.

IsReverse

Gets whether the field has the reverse attribute.

Declaration
public virtual bool IsReverse { get; }
Property Value
Type Description
bool

This property returns a Boolean indicating whether the field has the reverse attribute.

IsUnderscore

Gets whether the field has the underscore attribute.

Declaration
public virtual bool IsUnderscore { get; }
Property Value
Type Description
bool

This property returns a Boolean indicating whether the field has the underscore attribute.

In This Article
Back to top © 1985-2024 Rocket Software, Inc. or its affiliates. All Rights Reserved