Responder Developer Guide
ShouldArchiveCurrent Method


Current row
Previous row
Check is something change (deviceId, actual status, confirm status, time operation or cancel reason) in current row related to previous row.
Syntax
'Declaration
 
Protected Function ShouldArchiveCurrent( _
   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.ShouldArchiveCurrent(currentRow, previousRow)
protected bool ShouldArchiveCurrent( 
   DataRow currentRow,
   DataRow previousRow
)

Parameters

currentRow
Current row
previousRow
Previous row

Return Value

true if something is changed or previous row is null, otherwise false
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