Class IncidentLinkLogEvent
Data class for the IncidentLinkLogEvent. See Sections 4.12.3.7 and E.8.1 of NENA-STA-010.3. Logged when two different incidents are not the same real world event but are related in some way are linked together.
Inherited Members
Namespace: I3V3.LogEvents
Assembly: Ng911Lib.dll
Syntax
public class IncidentLinkLogEvent : LogEvent
Constructors
| Edit this page View SourceIncidentLinkLogEvent()
Default constructor
Declaration
public IncidentLinkLogEvent()
Properties
| Edit this page View SourcelinkedIncidentId
Contains the Incident Tracking Identifier of the original Incident. Required.
Declaration
public string linkedIncidentId { get; set; }
Property Value
Type | Description |
---|---|
string |
relationship
Must be set to one of "parent", "child", "peer" or "unspecified". Required.
Declaration
public string relationship { get; set; }
Property Value
Type | Description |
---|---|
string |