The IMockupConnection type exposes the following members.
Events
Name | Description | |
---|---|---|
![]() | ChangeLocaleRequest |
The ChangeLocaleRequest event is triggered when a language change occurs in the runtime system
(Inherited from IConnection.) |
![]() | ChangeSystemRequest |
The ChangeSystemRequest event is triggered when the runtime system performs a Switch to another system.
(Inherited from IConnection.) |
![]() | CloseRequest |
The CloseRequest event is triggered when the runtime system closes the session with the client
(Inherited from IConnection.) |
![]() | ConnectionProgressStatus |
The ConnectionProgressStatus event is triggered when the state of the connection progress changes.
(Inherited from IConnection.) |
![]() | DownLoadComplete |
The DownLoadComplete event is triggered when the required assemblies for the client session have been downloaded successfully.
(Inherited from IConnection.) |
![]() | DuplicateLoginRequest |
The DuplicateLoginRequest event is triggered when the runtime system detects that the user requesting a session has
already been logged into the system.
(Inherited from IConnection.) |
![]() | IsBusyChanged |
The IsBusyChanged event is triggered when a change occurs in the Busy state for the connecttion.
(Inherited from IConnection.) |
![]() | ProcessTransactionErrors |
The ProcessTransactionErrors event is triggered when the runtime system returns error messages to the client session
(Inherited from IConnection.) |
![]() | SetCursorRequest |
The SetCursorRequest event is triggered when the runtime system sets the focus to a field in the current DataModel
(Inherited from IConnection.) |
![]() | ShowTeachRequest |
The ShowTeachRequest event is triggered when the runtime system requests the view for a teach class to be displayed
(Inherited from IConnection.) |
![]() | StatusChanged |
The StatusChanged event is triggered when the status information is updated by the runtime system.
(Inherited from IConnection.) |
![]() | TransmissionObjectChanged |
The TransmissionObjectChanged event is triggered when the response from the runtime system requires a different
DataModel to be used, instead of the current DataModel
(Inherited from IConnection.) |
See Also