Responder Developer Guide
ShouldArchiveAssignments Method


Current row
Previous row
Should archive current assignments. ArchiveAssignments should be archived in IncidentDeviceID is changed
Syntax
'Declaration
 
Protected Function ShouldArchiveAssignments( _
   ByVal currentRow As DataRow, _
   ByVal previousRow As DataRow _
) As Boolean
'Usage
 
Dim instance As ArchiveIncidentDevicesTransformation
Dim currentRow As DataRow
Dim previousRow As DataRow
Dim value As Boolean
 
value = instance.ShouldArchiveAssignments(currentRow, previousRow)
protected bool ShouldArchiveAssignments( 
   DataRow currentRow,
   DataRow previousRow
)

Parameters

currentRow
Current row
previousRow
Previous row

Return Value

true if IncidentDeviceId is changed or previous row is null
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

ArchiveIncidentDevicesTransformation Class
ArchiveIncidentDevicesTransformation Members

 

 


Send Comment