Responder Developer Guide
GetCondition Method (CallbackOnRestoreTimeChange)


Build and return the callback event that will cause callback records to be created - restoration time has changed.
Syntax
'Declaration
 
Public Function GetCondition() As DataRowCondition
'Usage
 
Dim instance As CallbackOnRestoreTimeChange
Dim value As DataRowCondition
 
value = instance.GetCondition()
public DataRowCondition GetCondition()

Return Value

The condition that causes the callback event.
Remarks
This Callback event occurs when the TIME_RESTORED_EST column of the RX_INCIDENTS record changes from any non-null value to any other non-null value. Since this is a post-rule, the current row of the "Completed" dataset is what is being tested. This row must first belong to the RX_INCIDENTS table. It must contain a DataRowState of Modified so that both the previous value for the column and the new value for the column are available. Both the previous value and the current value must be non-null. And finally, the two values must be different.
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

CallbackOnRestoreTimeChange Class
CallbackOnRestoreTimeChange Members

 

 


Send Comment