Library | Module

Interface IpfcCustomCheckInstructions



Description

This class provides the details about custom ModelCheck check.



Property Summary

PropertyActionButtonLabelas String [optional]
Specifies label of the action button. Can be null, which means no action button will be shown.
PropertyCheckLabelas String
Specifies the label of the check.
PropertyCheckNameas String
Specifies the name of the check.
PropertyListeneras IpfcModelCheckCustomCheckListener
The object containing the implementation of the custom check methods.
PropertyUpdateButtonLabelas String [optional]
Specifies label of the update button. Can be null, which means no update button will be shown.



Method Summary

FunctionCCpfcCustomCheckInstructions.Create (CheckName as String, CheckLabel as String, Listener as IpfcModelCheckCustomCheckListener) as IpfcCustomCheckInstructions
Creates a new IpfcModelCheckInstructions object.



Property Detail


PropertyActionButtonLabelas String [optional]

Specifies label of the action button. Can be null, which means no action button will be shown.




PropertyCheckLabelas String

Specifies the label of the check.




PropertyCheckNameas String

Specifies the name of the check.




PropertyListeneras IpfcModelCheckCustomCheckListener

The object containing the implementation of the custom check methods.




PropertyUpdateButtonLabelas String [optional]

Specifies label of the update button. Can be null, which means no update button will be shown.





Method Detail


FunctionCCpfcCustomCheckInstructions.Create (CheckName as String, CheckLabel as String, Listener as IpfcModelCheckCustomCheckListener) as IpfcCustomCheckInstructions

Creates a new IpfcModelCheckInstructions object.
Parameters:
CheckName
Name of the check.
CheckLabel
Label of the check.
Listener
The object containing the implementation of the custom check methods.
Returns:
The new object.