Library | Module

Interface IpfcCustomCheckResults



Description

This class describes custom check results details.



Property Summary

PropertyResultsCountas Long
Specifies the numerical value to be shown in the ModelCheck report for this check.
PropertyResultsTableas Istringseq [optional]
A list of strings containing details of each found item. Can be null.
PropertyResultsUrlas String [optional]
Specifies a URL to a page that provides details on the results of this check. If null then the check will be listed with no extra information besides the count.



Method Summary

FunctionCCpfcCustomCheckResults.Create (ResultsCount as Long) as IpfcCustomCheckResults
Creates a new IpfcCustomCheckResults object.



Property Detail


PropertyResultsCountas Long

Specifies the numerical value to be shown in the ModelCheck report for this check.




PropertyResultsTableas Istringseq [optional]

A list of strings containing details of each found item. Can be null.




PropertyResultsUrlas String [optional]

Specifies a URL to a page that provides details on the results of this check. If null then the check will be listed with no extra information besides the count.





Method Detail


FunctionCCpfcCustomCheckResults.Create (ResultsCount as Long) as IpfcCustomCheckResults

Creates a new IpfcCustomCheckResults object.
Parameters:
ResultsCount
The results found.
Returns:
The new object.