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
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
The TransmissionObject type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | TransmissionObject | Initializes a new instance of the TransmissionObject class |
Properties
Name | Description | |
---|---|---|
![]() | Datamodel |
Sets/Gets the current DataModel for the TransmissionObject
|
![]() | NewListNames |
Holds a collection of List Names returned by the most recent transaction
|
![]() | ObjectClassName |
Sets/Gets the ClassName (e.g. Ispec Name) for the current DataModel held by the TransmissionObject
|
![]() | State |
Sets/Gets the TransmissionReturnCode to indicate the state of the most recent transaction performed by the TransmissionObject
|
![]() | Status |
Sets/Gets the Status Information returned by the host system for the last transaction
|
![]() | UpdatedListNames |
Holds a collection of list name returned during the entire session with the Host system
|
Extension Methods
Name | Description | |
---|---|---|
![]() | GetT |
Get the value for the property
(Defined by ExtensionHelper.) |
![]() | GetAttributeNames |
Get a list with all property names available on this object
(Defined by ExtensionHelper.) |
![]() | SetT |
Set the value for a property to the new value
(Defined by ExtensionHelper.) |
See Also