Class MergeInformationType
A data type for information about a merged or split incident. See Section 2.7 of NENA-STA-021.1a-2022.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Eido
Assembly: EidoLib.dll
Syntax
public class MergeInformationType : PrologueType
Properties
incidentMergeDirectionCode
Required
Declaration
[JsonConverter(typeof(StringEnumConverter))]
public IncidentMergeDirectionCodeSimpleType incidentMergeDirectionCode { get; set; }
Property Value
Type | Description |
---|---|
IncidentMergeDirectionCodeSimpleType |
incidentTrackingIdentifier
The Incident Tracking Identification of the Incident that is being merged with, or split from the Incident. Required.
Declaration
public string incidentTrackingIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String |