ATTConnectionDetails Class

ATTConnectionDetails class includes properties required when recording and playing back using ATT.
Inheritance Hierarchy

SystemObject
  ABSuite.AccessLayer.Connector.CoreATTConnectionDetails

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 ATTConnectionDetails

The ATTConnectionDetails type exposes the following members.

Constructors

  NameDescription
Public methodATTConnectionDetails
Initializes a new instance of the ATTConnectionDetails class
Top
Properties

  NameDescription
Public propertyEnable
Bool Enable turns ATT recording on/off. True = on; False = off.
Public propertyFileName
The name of the file used to store recorded test cases for ATT
Public propertyMode
The ConnectionMode to use for recording (Connected/Disconnected)
Public propertyPort
The ATT Port number for the recording
Public propertyRecordDynamicLists
Specifies whether Synamic List content should be recorded for validation during playback.
Public propertyServer
The address of the ATT Service to be used for recording
Public propertySystem
Specifies the name of the system to connect to.
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