OpenPetra
Free Administration Software for Non-Profits
Ict.Common.Verification.IResultInterface Interface Reference

Properties that every 'Verification Result' needs to implement. More...

Inheritance diagram for Ict.Common.Verification.IResultInterface:
Ict.Common.Verification.TScreenVerificationResult Ict.Common.Verification.TVerificationResult Ict.Common.Verification.TScreenVerificationResult

Properties

object ResultContext [get]
 Context of the Verification Result (where the Verification Result originated from). More...
 
String ResultText [get]
 Text of the Verification Result. More...
 
String ResultTextCaption [get]
 Caption of the Verification Result (e.g. for use in MessageBox Titles). More...
 
String ResultCode [get]
 ResultCode of the Verification Result. More...
 
TResultSeverity ResultSeverity [get]
 Severity of the Verification Result. More...
 

Detailed Description

Properties that every 'Verification Result' needs to implement.

Property Documentation

◆ ResultCode

String Ict.Common.Verification.IResultInterface.ResultCode
get

ResultCode of the Verification Result.

Implemented in Ict.Common.Verification.TVerificationResult.

◆ ResultContext

object Ict.Common.Verification.IResultInterface.ResultContext
get

Context of the Verification Result (where the Verification Result originated from).

Implemented in Ict.Common.Verification.TVerificationResult.

◆ ResultSeverity

TResultSeverity Ict.Common.Verification.IResultInterface.ResultSeverity
get

Severity of the Verification Result.

Implemented in Ict.Common.Verification.TVerificationResult.

◆ ResultText

String Ict.Common.Verification.IResultInterface.ResultText
get

Text of the Verification Result.

Implemented in Ict.Common.Verification.TVerificationResult.

◆ ResultTextCaption

String Ict.Common.Verification.IResultInterface.ResultTextCaption
get

Caption of the Verification Result (e.g. for use in MessageBox Titles).

Implemented in Ict.Common.Verification.TVerificationResult.


The documentation for this interface was generated from the following file: