Responder Developer Guide
ArchiveIncident Method


Syntax
'Declaration
 
Protected Function ArchiveIncident( _
   ByVal inDataSet As DataSet, _
   ByVal historyRow As DataRow, _
   ByVal archiveTable As DataTable, _
   ByVal closedPreviously As Boolean _
) As DataRow
'Usage
 
Dim instance As ArchiveIncidentsTransformation
Dim inDataSet As DataSet
Dim historyRow As DataRow
Dim archiveTable As DataTable
Dim closedPreviously As Boolean
Dim value As DataRow
 
value = instance.ArchiveIncident(inDataSet, historyRow, archiveTable, closedPreviously)
protected DataRow ArchiveIncident( 
   DataSet inDataSet,
   DataRow historyRow,
   DataTable archiveTable,
   bool closedPreviously
)

Parameters

inDataSet
historyRow
archiveTable
closedPreviously
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

ArchiveIncidentsTransformation Class
ArchiveIncidentsTransformation Members

 

 


Send Comment