|
interface | Ict.Common.Verification.IResultInterface |
| Properties that every 'Verification Result' needs to implement. More...
|
|
class | Ict.Common.Verification.TVerificationResult |
| A TVerificationResult object stores information about failed data verification and is passed (serialised) from the Server to the Client. It is made to be stored in the TVerificationResultCollection. More...
|
|
class | Ict.Common.Verification.TScreenVerificationResult |
| A TScreenVerificationResult object stores information about failed data verification in a Form or UserControl on the Client side. It is made to be stored in the TVerificationResultCollection. More...
|
|
class | Ict.Common.Verification.TVerificationResultCollection |
| A TVerificationResultCollection object stores any number of TVerificationResult objects. With this typed Collection it is for instance possible to perform several data verification steps on the Server and pass the results back to the Client in one object. More...
|
|
class | Ict.Common.Verification.TVerificationHelper |
| Helper Methods for dealing with TVerificationResults. More...
|
|
class | Ict.Common.Verification.EVerificationException |
| This exception transports the error message and if the reason was another exception to the end of the routine. ResultCollection unpacks this data into a TVerificationResultCollection object, so that the user gets this message on the "normal" message box. More...
|
|