Class IncidentUnLinkLogEvent
Data class for the IncidentUnLinkLogEvent. See Sections 4.12.3.7 and E.8.1 of NENA-STA-010.3. Logged when a IncidentLinkLogEvent is found to have been done in error.
Inherited Members
Namespace: I3V3.LogEvents
Assembly: Ng911Lib.dll
Syntax
public class IncidentUnLinkLogEvent : LogEvent
Constructors
| Edit this page View SourceIncidentUnLinkLogEvent()
Default constructor.
Declaration
public IncidentUnLinkLogEvent()
Properties
| Edit this page View SourceunlinkedFromIncidentId
Incident tracking identifier of the incident that is being un-linked from the incident identified by the incidentId in the base class. Special Note: Section 4.12.3.7 and E.8.1 specify that this property name is incidentId. This will not work because incidentId in this class collides with LogEvent.incidentId.
Declaration
public string unlinkedFromIncidentId { get; set; }
Property Value
Type | Description |
---|---|
string |