TransmissionObject Class

The TransmissionObject provides information about the current context of a session with the host application. It contains the most recent DataModel returned from the host, the outcome of the last transaction, the status line information, and details of any lists sent from the host system.
Inheritance Hierarchy

SystemObject
  ABSuite.AccessLayer.Connector.CoreTransmissionObject

Namespace:  ABSuite.AccessLayer.Connector.Core
Assembly:  Unisys.ABSuite.AccessLayer.Connector.Core (in Unisys.ABSuite.AccessLayer.Connector.Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public class TransmissionObject

The TransmissionObject type exposes the following members.

Constructors

  NameDescription
Public methodTransmissionObject
Initializes a new instance of the TransmissionObject class
Top
Properties

  NameDescription
Public propertyDatamodel
Sets/Gets the current DataModel for the TransmissionObject
Public propertyNewListNames
Holds a collection of List Names returned by the most recent transaction
Public propertyObjectClassName
Sets/Gets the ClassName (e.g. Ispec Name) for the current DataModel held by the TransmissionObject
Public propertyState
Sets/Gets the TransmissionReturnCode to indicate the state of the most recent transaction performed by the TransmissionObject
Public propertyStatus
Sets/Gets the Status Information returned by the host system for the last transaction
Public propertyUpdatedListNames
Holds a collection of list name returned during the entire session with the Host system
Top
Extension Methods

  NameDescription
Public Extension MethodGetT
Get the value for the property
(Defined by ExtensionHelper.)
Public Extension MethodGetAttributeNames
Get a list with all property names available on this object
(Defined by ExtensionHelper.)
Public Extension MethodSetT
Set the value for a property to the new value
(Defined by ExtensionHelper.)
Top
See Also

Reference