ATTConnectionDetails class includes properties required when
recording and playing back using ATT.
Inheritance Hierarchy
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
The ATTConnectionDetails type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | ATTConnectionDetails | Initializes a new instance of the ATTConnectionDetails class |
Properties
Name | Description | |
---|---|---|
![]() | Enable |
Bool Enable turns ATT recording on/off. True = on; False = off.
|
![]() | FileName |
The name of the file used to store recorded test cases for ATT
|
![]() | Mode |
The ConnectionMode to use for recording (Connected/Disconnected)
|
![]() | Port |
The ATT Port number for the recording
|
![]() | RecordDynamicLists |
Specifies whether Synamic List content should be recorded for validation during playback.
|
![]() | Server |
The address of the ATT Service to be used for recording
|
![]() | System |
Specifies the name of the system to connect to.
|
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