.NET ScriptAPI Method Reference

.NET ScriptAPI Method Reference

Show / Hide Table of Contents
  • Attachmate.Verastream.HostIntegrator.ScriptAPI
    • AppConnAidKey
    • ApptrieveException
    • AttributeEventHandler
    • ColumnType
    • ColumnValue
    • ContextType
    • CursorPosition
    • DescriptionAttribute
    • EchoType
    • EntityEventHandler
    • ErrorMessage
    • EventHandlerConstant
    • EventHandlerType
    • EventInfo
    • EventTimeoutException
    • FieldEventHandler
    • HostColor
    • HostFont
    • IApplyFilterEvent
    • IAttributeEvent
    • IAttributeMetaData
    • IAuthenticateUserEvent
    • IClientConnectedEvent
    • IClientDisconnectedEvent
    • IClientSession
    • IClientSessionCreatedEvent
    • IClientSessionDestroyedEvent
    • IColumnMetaData
    • IEntityArrivalEvent
    • IEntityDepartureEvent
    • IEntityEvent
    • IEntityMoveCursorEvent
    • IErrorReportedEvent
    • IEvent
    • IEventHandler
    • IExecuteLoginEvent
    • IExecuteLogoutEvent
    • IExecuteOperationEvent
    • IExecuteProcedureEvent
    • IFieldEvent
    • IFieldLocation
    • IFieldMetaData
    • IFormatErrorEvent
    • IGetCurrentHostRecordEvent
    • IGetRecordTypeEvent
    • IHostSession
    • IHostSessionCreatedEvent
    • IHostSessionDestroyedEvent
    • IHostSessionEvent
    • IInsertRecordEvent
    • IIsTerminatedEvent
    • ILifeCycleEvent
    • ILinearTerminalRegion
    • ILogger
    • IMetaData
    • IModelContext
    • IModelCursorEvent
    • IModelEvent
    • IModelLoadedEvent
    • IModelMoveCursorBackwardEvent
    • IModelMoveCursorEvent
    • IModelMoveCursorForwardEvent
    • IModelRecord
    • IModelRecordSet
    • IModelUnloadedEvent
    • IMutableProcedureRecord
    • IMutableProcedureRecordSet
    • IOperationMetaData
    • IParseRecordEvent
    • IParseScreenEvent
    • IProcedureMetaData
    • IProcedureParameters
    • IProcedureRecord
    • IProcedureRecordSet
    • IProcessStringEvent
    • IReadAttributeEvent
    • IReadFieldEvent
    • IRecord
    • IRecordEvent
    • IRecordLocation
    • IRecordSet
    • IRecordSetContext
    • IRecordSetEvent
    • IRecordSetMetaData
    • IRecordSetScreen
    • IRectangularTerminalRegion
    • IScriptHostSession
    • ITerminalAttributes
    • ITerminalCell
    • ITerminalRegion
    • IUnrecognizedScreenEvent
    • IUpdateRecordEvent
    • IVariableMetaData
    • IWriteAttributeEvent
    • IWriteAttributesEvent
    • IWriteFieldEvent
    • IndexValue
    • LifeCycleEventHandler
    • MetaDataType
    • ModelEventHandler
    • OperationEventHandler
    • ProcedureEventHandler
    • ProcedureType
    • RecordSetEventHandler
    • RecordType
    • RegionType
    • RowValue
    • ScreenSize
    • ScrollDirection
    • ScrollMovement
    • TimeoutAttribute
    • VariableInitialization
    • VariableKind
  • Attachmate.Verastream.HostIntegrator.ScriptAPI.Command
    • CheckOperationConditions
    • Command
    • DefaultValue
    • MoveCursor
    • Navigate
    • ReadFromMappedAttribute
    • ReadVariableFromAttribute
    • ReadVariableFromField
    • ReadVariableFromLocation
    • ReadVariableFromTerminal
    • ResetRecordSet
    • Transmit
    • TransmitTerminalKey
    • TransmitToAttribute
    • TransmitToField
    • TransmitToLocation
    • TransmitToOffset
    • UpdateAttribute
    • UpdateAttributes
    • UpdateRecordSetField
    • UpdateRecordSetFields
    • WaitForCommString
    • WaitForCondition
    • WaitForCursorAtAttribute
    • WaitForCursorAtLocation
    • WaitForCursorAtRecordSetField
    • WaitForCursorAtTerminalField
    • WaitForCursorNotAtLocation
    • WaitForCursorNotAtTerminalField
    • WaitForDisplayString
    • WaitForHostSilence
    • WaitForKeyboardEnabled
    • WaitForMultipleEvents
    • WaitForNewHostScreen
    • WaitForUpdate
    • WaitMS
    • WriteToMappedAttribute
    • WriteVariableToAttribute
    • WriteVariableToField
    • WriteVariableToLocation
    • WriteVariableToTerminal
  • WRQ.Verastream.HostIntegrator
    • RcConst

Interface ITerminalAttributes

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

Namespace: Attachmate.Verastream.HostIntegrator.ScriptAPI
Assembly: Attachmate.Verastream.HostIntegrator.ScriptAPI.dll
Syntax
public interface ITerminalAttributes
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
HostColor Color { get; }
Property Value
Type Description
HostColor

This property returns a constant from the HostColor enumeration.

Remarks

Gets the color of the field.

IsBlinking

Gets whether the field has the blinking attribute.

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

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

Remarks

Gets whether the field has the blinking attribute.

IsColumnSeparated

Gets whether the field has the column separated attribute.

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

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

Remarks

Gets whether the field has the column separated attribute.

IsHalfBrite

Gets whether the field has the half-brite attribute.

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

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

Remarks

Gets whether the field has the half-brite attribute.

IsIntense

Gets whether the field has the intense attribute.

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

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

Remarks

Gets whether the field has the intense attribute.

IsNonDisplay

Gets whether the field has the non-display attribute.

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

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

Remarks

Gets whether the field has the non-display attribute.

IsNumeric

Gets whether the field has the numeric attribute.

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

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

Remarks

Gets whether the field has the numeric attribute.

IsPenDetect

Gets whether the field has the pen-detect attribute.

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

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

Remarks

Gets whether the field has the pen-detect attribute.

IsProtected

Gets whether the field has the protected attribute.

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

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

Remarks

Gets whether the field has the protected attribute.

IsReverse

Gets whether the field has the reverse attribute.

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

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

Remarks

Gets whether the field has the reverse attribute.

IsUnderscore

Gets whether the field has the underscore attribute.

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

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

Remarks

Gets whether the field has the underscore attribute.

Methods

ToString()

Generates a string object that represents the current values of this TerminalAttributes object.

Declaration
string ToString()
Returns
Type Description
string

The string representation of this object

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