.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 AttributeMetaData

The methods and properties in the AttributeMetaData class manage attribute metadata.

Inheritance
object
MetaData
AttributeMetaData
Inherited Members
MetaData.Name
MetaData.Description
MetaData.DataType
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 AttributeMetaData : MetaData

Properties

IsReadable

Gets whether an attribute is readable.

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

Gets whether an attribute is readable.

IsWriteable

Gets whether an attribute is writeable.

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

Gets whether an attribute is writeable.

Length

Gets the length of an attribute--that is, the total number of screen characters.

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

Gets the length of an attribute--that is, the total number of screen characters.

ReadVariable

Gets the name of the variable mapped to this attribute for reading.

Declaration
public virtual string ReadVariable { get; }
Property Value
Type Description
string

Gets the name of the variable mapped to this attribute for reading.

Remarks

This variable will be updated with the attribute value when an entity operation performs a ReadFromMappedAttr command.

TerminalAttributesEnabled

Gets whether the terminal attributes are enabled for an attribute.

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

Gets whether the terminal attributes are enabled for an attribute.

WriteVariable

Gets the name of the variable mapped to this attribute for writing.

Declaration
public virtual string WriteVariable { get; }
Property Value
Type Description
string

Gets the name of the variable mapped to this attribute for writing.

Remarks

The attribute will be updated with the value from this variable when an entity operation performs a WriteToMappedAttr command.

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