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

The methods and properties in the OperationMetaData class manage operation metadata.

Inheritance
object
MetaData
OperationMetaData
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 OperationMetaData : MetaData

Properties

AltDestinations

Gets a list of the alternate destinations for an operation.

Declaration
public virtual IList AltDestinations { get; }
Property Value
Type Description
IList

This property returns a list of the alternate destinations for an operation.

AttributesUsed

Gets a list of the attributes used in an operation.

Declaration
public virtual IList AttributesUsed { get; }
Property Value
Type Description
IList

This property returns a list of the attributes used in an operation.

Destination

Gets the destination entity for an operation.

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

This property returns the destination entity for an operation.

IsDefault

Gets whether the operation is the default operation for the entity.

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

This property returns whether the operation is the default operation for the entity.

Timeout

Gets an operation's timeout value (in seconds).

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

This property returns an operation's timeout value (in seconds).

VariablesUsed

Gets a list of the variables used in an operation.

Declaration
public virtual IList VariablesUsed { get; }
Property Value
Type Description
IList

This property returns a list of the variables used in an operation.

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