Responder Developer Guide
Evaluate Method (CallbackIncidentIDChangeSubmitRuleCondition)


The submit rule data row to be examined.
Determines if the incident ID for callback records might need to be updated.
Syntax
'Declaration
 
Public Overrides Function Evaluate( _
   ByVal row As DataRow _
) As Boolean
'Usage
 
Dim instance As CallbackIncidentIDChangeSubmitRuleCondition
Dim row As DataRow
Dim value As Boolean
 
value = instance.Evaluate(row)
public override bool Evaluate( 
   DataRow row
)

Parameters

row
The submit rule data row to be examined.

Return Value

True if it the power will possibly been restored, else false.
Remarks
The callback incident ID change event will occur when two or more confirmed incidents are consolidated (one incident is chosen to survive and all incident devices are moved to that incident). For this case, the loadpoint records associated with each incident device are changed on the same submit cycle as the incident device. Thus, the event occurs when an incident device record is examined, has been modified, and the incidentID column has changed. The associated loadpoint records in the completed dataset will also contain the incidentID change.

In addition, the callback incident ID change event will also occur when a device in an existing incident is saved as a new incident. This is similar to the above condition in that the loadpoint records associated with the incident device are changed on the same submit cycle as the incident device.

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

CallbackIncidentIDChangeSubmitRuleCondition Class
CallbackIncidentIDChangeSubmitRuleCondition Members

 

 


Send Comment