Class IncidentIdArray
Class for returning an Incident Tracking Identifiers. See Section 4.12.3.5 and E.8.1 of NENA-STD-010.3.
Inherited Members
Namespace: I3V3.LogEvents
Assembly: Ng911Lib.dll
Syntax
public class IncidentIdArray
Constructors
| Edit this page View SourceIncidentIdArray()
Default constructor.
Declaration
public IncidentIdArray()
Fields
| Edit this page View SourceincidentIds
Array of Incident Tracking Identifiers. Required.
Declaration
public List<string> incidentIds
Field Value
Type | Description |
---|---|
List<string> |
Properties
| Edit this page View Sourcecount
Number of items in the array. Required.
Declaration
public int count { get; set; }
Property Value
Type | Description |
---|---|
int |
totalCount
Total number of items found. Required.
Declaration
public int totalCount { get; set; }
Property Value
Type | Description |
---|---|
int |