Class AdditionalAgencyLogEvent
Data class for the AdditionalAgencyLogEvent. See Sections 4.12.3.7 and E.8.1 of NENA-STA-010.3. Logged when an agency becomes aware that another agency becomes involved with an incident.
Inherited Members
Namespace: I3V3.LogEvents
Assembly: Ng911Lib.dll
Syntax
public class AdditionalAgencyLogEvent : LogEvent
Constructors
| Edit this page View SourceAdditionalAgencyLogEvent()
Default constructor
Declaration
public AdditionalAgencyLogEvent()
Properties
| Edit this page View SourceNewAgencyId
Agency ID of the agency that became involved. Required. Note: This is different that the agencyId field of the base class. It will be written and read as the agencyId property of this derived class.
Declaration
[JsonPropertyName("agencyId")]
public string NewAgencyId { get; set; }
Property Value
Type | Description |
---|---|
string |