Class EmAlarmNotificationType
A data type for an alarm
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class EmAlarmNotificationType : IEquatable<EmAlarmNotificationType>
Properties
AlarmAudibleDescriptionCode
A code indicating whether the alarm is audible or silent NIEM reference is em:AlarmAudibleDescriptionCode
Declaration
[DataMember(Name = "alarmAudibleDescriptionCode")]
public List<EmAlarmAudibleDescriptionCodeType> AlarmAudibleDescriptionCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<EmAlarmAudibleDescriptionCodeType> | A code indicating whether the alarm is audible or silent NIEM reference is em:AlarmAudibleDescriptionCode |
AlarmCallBackTelephoneNumber
A phone number of the monitoring station NIEM reference is em:AlarmCallBackTelephoneNumber
Declaration
[DataMember(Name = "alarmCallBackTelephoneNumber")]
public List<NcTelephoneNumberType> AlarmCallBackTelephoneNumber { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTelephoneNumberType> | A phone number of the monitoring station NIEM reference is em:AlarmCallBackTelephoneNumber |
AlarmConfirmation
A container for information related to the confirmation of an alarm NIEM reference is em:AlarmConfirmation
Declaration
[DataMember(Name = "alarmConfirmation")]
public List<EmAlarmConfirmationType> AlarmConfirmation { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<EmAlarmConfirmationType> | A container for information related to the confirmation of an alarm NIEM reference is em:AlarmConfirmation |
AlarmDetails
A text describing an alarm event NIEM reference is em:AlarmDetailsText
Declaration
[DataMember(Name = "alarmDetails")]
public List<NcTextType> AlarmDetails { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A text describing an alarm event NIEM reference is em:AlarmDetailsText |
AlarmDispatchActivity
A response or activity needed when a dispatch agency is activated in response to an alarm NIEM reference is em:AlarmDispatchActivity
Declaration
[DataMember(Name = "alarmDispatchActivity")]
public List<NcActivityType> AlarmDispatchActivity { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcActivityType> | A response or activity needed when a dispatch agency is activated in response to an alarm NIEM reference is em:AlarmDispatchActivity |
AlarmDispatchAgencyId
An identifier for the agency (PSAP) being requested to respond to an alarm (typically a police or fire department or central dispatch point) or responder NIEM reference is em:AlarmDispatchAgencyID
Declaration
[DataMember(Name = "alarmDispatchAgencyId")]
public List<NcIdentificationType> AlarmDispatchAgencyId { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcIdentificationType> | An identifier for the agency (PSAP) being requested to respond to an alarm (typically a police or fire department or central dispatch point) or responder NIEM reference is em:AlarmDispatchAgencyID |
AlarmDispatchAgencyName
A name of the agency (PSAP) being requested to respond to an alarm (typically a police or fire department or central dispatch point) or responder NIEM reference is em:AlarmDispatchAgencyNameText
Declaration
[DataMember(Name = "alarmDispatchAgencyName")]
public List<NcTextType> AlarmDispatchAgencyName { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A name of the agency (PSAP) being requested to respond to an alarm (typically a police or fire department or central dispatch point) or responder NIEM reference is em:AlarmDispatchAgencyNameText |
AlarmEvent
An alarm event NIEM reference is em:AlarmEvent
Declaration
[DataMember(Name = "alarmEvent")]
public List<EmAlarmEventType> AlarmEvent { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<EmAlarmEventType> | An alarm event NIEM reference is em:AlarmEvent |
AlarmLocation
A location for an alarm NIEM reference is em:AlarmLocation
Declaration
[DataMember(Name = "alarmLocation")]
public List<NcLocationType> AlarmLocation { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcLocationType> | A location for an alarm NIEM reference is em:AlarmLocation |
AlarmMonitoringServiceProviderId
An identifier assigned to Central Station Monitoring Companies NIEM reference is em:AlarmMonitoringServiceProviderID
Declaration
[DataMember(Name = "alarmMonitoringServiceProviderId")]
public List<NcIdentificationType> AlarmMonitoringServiceProviderId { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcIdentificationType> | An identifier assigned to Central Station Monitoring Companies NIEM reference is em:AlarmMonitoringServiceProviderID |
AlarmMonitoringServiceProviderName
A name of the dispatch requesting agency (typically an alarm central station) NIEM reference is em:AlarmMonitoringServiceProviderNameText
Declaration
[DataMember(Name = "alarmMonitoringServiceProviderName")]
public List<NcTextType> AlarmMonitoringServiceProviderName { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A name of the dispatch requesting agency (typically an alarm central station) NIEM reference is em:AlarmMonitoringServiceProviderNameText |
AlarmMonitoringServiceProviderReceiveDateTime
A date and time the monitoring station received the event based on the time zone of the site NIEM reference is em:AlarmMonitoringServiceProviderReceiveDateTime
Declaration
[DataMember(Name = "alarmMonitoringServiceProviderReceiveDateTime")]
public List<NiemXsdateTime> AlarmMonitoringServiceProviderReceiveDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXsdateTime> | A date and time the monitoring station received the event based on the time zone of the site NIEM reference is em:AlarmMonitoringServiceProviderReceiveDateTime |
AlarmPermit
A permit for the alarm site NIEM reference is em:AlarmPermit
Declaration
[DataMember(Name = "alarmPermit")]
public List<EmAlarmPermitType> AlarmPermit { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<EmAlarmPermitType> | A permit for the alarm site NIEM reference is em:AlarmPermit |
AlarmRequestedResponseActionDescription
A description of an action requested of an alarm event responder NIEM reference is em:AlarmRequestedResponseActionDescriptionText
Declaration
[DataMember(Name = "alarmRequestedResponseActionDescription")]
public List<NcTextType> AlarmRequestedResponseActionDescription { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A description of an action requested of an alarm event responder NIEM reference is em:AlarmRequestedResponseActionDescriptionText |
Context
emAlarmNotificationType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public EmAlarmNotificationType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<EmAlarmNotificationType.ContextEnum> | emAlarmNotificationType JSON-LD context |
IsAlarmAudible
True if an audible alarm is sounding; false if the alarm is inaudible NIEM reference is em:AlarmAudibleIndicator
Declaration
[DataMember(Name = "isAlarmAudible")]
public List<NiemXsboolean> IsAlarmAudible { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXsboolean> | True if an audible alarm is sounding; false if the alarm is inaudible NIEM reference is em:AlarmAudibleIndicator |
Methods
Equals(EmAlarmNotificationType)
Returns true if EmAlarmNotificationType instances are equal
Declaration
public bool Equals(EmAlarmNotificationType other)
Parameters
Type | Name | Description |
---|---|---|
EmAlarmNotificationType | other | Instance of EmAlarmNotificationType to be compared |
Returns
Type | Description |
---|---|
System.Boolean | Boolean |
Equals(Object)
Returns true if objects are equal
Declaration
public override bool Equals(object obj)
Parameters
Type | Name | Description |
---|---|---|
System.Object | obj | Object to be compared |
Returns
Type | Description |
---|---|
System.Boolean | Boolean |
Overrides
GetHashCode()
Gets the hash code
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
System.Int32 | Hash code |
Overrides
ToJson()
Returns the JSON string presentation of the object
Declaration
public string ToJson()
Returns
Type | Description |
---|---|
System.String | JSON string presentation of the object |
ToString()
Returns the string presentation of the object
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String | String presentation of the object |
Overrides
Operators
Equality(EmAlarmNotificationType, EmAlarmNotificationType)
Declaration
public static bool operator ==(EmAlarmNotificationType left, EmAlarmNotificationType right)
Parameters
Type | Name | Description |
---|---|---|
EmAlarmNotificationType | left | |
EmAlarmNotificationType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(EmAlarmNotificationType, EmAlarmNotificationType)
Declaration
public static bool operator !=(EmAlarmNotificationType left, EmAlarmNotificationType right)
Parameters
Type | Name | Description |
---|---|---|
EmAlarmNotificationType | left | |
EmAlarmNotificationType | right |
Returns
Type | Description |
---|---|
System.Boolean |