Class IncidentMergeLogEvent
Data class for the IncidentMergeLogEvent. See Sections 4.12.3.7 and E.8.1 of NENA-STA-010.3. Logged when an incident is merged with another incident.
Inherited Members
Namespace: I3V3.LogEvents
Assembly: Ng911Lib.dll
Syntax
public class IncidentMergeLogEvent : LogEvent
Properties
| Edit this page View SourcemergeIncidentId
Emergy Incident ID of the incident that was merged with the incident identified in the incidentId property of the LogEvent base class.
Declaration
public string mergeIncidentId { get; set; }
Property Value
Type | Description |
---|---|
string |