Class IncidentSplitLogEvent
Data class for the IncidentSplitLogEvent. See Sections 4.12.3.7 and E.8.1 of NENA-STA-010.3. Logged when an agency creates a new Incident by cloning the data from an existing incident.
Inherited Members
Namespace: I3V3.LogEvents
Assembly: Ng911Lib.dll
Syntax
public class IncidentSplitLogEvent : LogEvent
Constructors
| Edit this page View SourceIncidentSplitLogEvent()
Default constructor
Declaration
public IncidentSplitLogEvent()
Properties
| Edit this page View SourcenewOrOldIncidentId
Set to the new or old incidentId. Special Note: NENA-STA-010.3b-2021 and the loggingservice.yaml file specified that this field is incidentId. This is incorrect because it conflicts with the incidentId property defined in the LogEvent base class.
Declaration
public string newOrOldIncidentId { get; set; }
Property Value
Type | Description |
---|---|
string |
type
Must be set to either "new" or "old.
Declaration
public string type { get; set; }
Property Value
Type | Description |
---|---|
string |