Class IncidentUnMergeLogEvent
Data class for the IncidentUnMergeLogEvent. See Sections 4.12.3.7 and E.8.1 of NENA-STA-010.3. Logged when a an IncidentMergeLogEvent is found to be in error.
Inherited Members
Namespace: I3V3.LogEvents
Assembly: Ng911Lib.dll
Syntax
public class IncidentUnMergeLogEvent : LogEvent
Constructors
| Edit this page View SourceIncidentUnMergeLogEvent()
Default constructor
Declaration
public IncidentUnMergeLogEvent()
Properties
| Edit this page View SourceunmergedFromIncidentId
incidentId of the merged incident that was in error.
Declaration
public string unmergedFromIncidentId { get; set; }
Property Value
Type | Description |
---|---|
string |