API Documentation > Classes > Interface IpfcCustomCheckInstructions
Interface IpfcCustomCheckInstructions
Description
This class provides the details about custom ModelCheck check.
User Guide References:
Property Summary
Property
as String [optional]
Specifies label of the action button. Can be null, which means no action button will be shown.
Property
as String
Specifies the label of the check.
Property
as String
Specifies the name of the check.
Property
The object containing the implementation of the custom check methods.
Property
as String [optional]
Specifies label of the update button. Can be null, which means no update button will be shown.
Method Summary
Function
Creates a new IpfcModelCheckInstructions object.
Property Detail
Property
ActionButtonLabel
as String [optional]
Specifies label of the action button. Can be null, which means no action button will be shown.
Property
CheckLabel
as String
Specifies the label of the check.
Property
CheckName
as String
Specifies the name of the check.
The object containing the implementation of the custom check methods.
Property
UpdateButtonLabel
as String [optional]
Specifies label of the update button. Can be null, which means no update button will be shown.
Method Detail
Function
CCpfcCustomCheckInstructions.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.
Was this helpful?