Class CadIfLoggingSettings
Class for specifying the settings for NG9-1-1 event logging for the Ng911CadIfServer class.
Inherited Members
Namespace: Ng911CadIfLib
Assembly: Ng911CadIfLib.dll
Syntax
public class CadIfLoggingSettings
Properties
| Edit this page View SourceAgencyAgentId
Agent identifier of the agent within the Agency. Optional
Declaration
public string AgencyAgentId { get; set; }
Property Value
Type | Description |
---|---|
string |
AgencyId
AgencyId (Section 2.1.1 of NENA-STA-010.3) of the agency that logged the event. Required.
Declaration
public string AgencyId { get; set; }
Property Value
Type | Description |
---|---|
string |
AgencyPositionId
Identifier of the operator position that is handling the call. Optional
Declaration
public string AgencyPositionId { get; set; }
Property Value
Type | Description |
---|---|
string |
ElementId
Element identifier (Section 2.1.3 of NENA-STA-010.3) of the element that logged the event. Required.
Declaration
public string ElementId { get; set; }
Property Value
Type | Description |
---|---|
string |