Class JAlertNotificationAugmentationType
A data type for additional information about a Alert.
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class JAlertNotificationAugmentationType : IEquatable<JAlertNotificationAugmentationType>
Properties
AlertComment
A comment about an alert. NIEM reference is j:AlertComment
Declaration
[DataMember(Name = "alertComment")]
public List<NcCommentType> AlertComment { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcCommentType> | A comment about an alert. NIEM reference is j:AlertComment |
AlertInstructionsDescription
A description of an action required By a Notified Party on receiving the Alert Notice. NIEM reference is j:AlertInstructionsDescriptionText
Declaration
[DataMember(Name = "alertInstructionsDescription")]
public List<NcTextType> AlertInstructionsDescription { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A description of an action required By a Notified Party on receiving the Alert Notice. NIEM reference is j:AlertInstructionsDescriptionText |
AlertStatus
A description of the status of an alert. NIEM reference is j:AlertStatusText
Declaration
[DataMember(Name = "alertStatus")]
public List<NcTextType> AlertStatus { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A description of the status of an alert. NIEM reference is j:AlertStatusText |
Context
jAlertNotificationAugmentationType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public JAlertNotificationAugmentationType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<JAlertNotificationAugmentationType.ContextEnum> | jAlertNotificationAugmentationType JSON-LD context |
IsAlertHold
True if a hold was placed on an alert; false otherwise. NIEM reference is j:AlertHoldIndicator
Declaration
[DataMember(Name = "isAlertHold")]
public List<NiemXsboolean> IsAlertHold { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXsboolean> | True if a hold was placed on an alert; false otherwise. NIEM reference is j:AlertHoldIndicator |
Methods
Equals(JAlertNotificationAugmentationType)
Returns true if JAlertNotificationAugmentationType instances are equal
Declaration
public bool Equals(JAlertNotificationAugmentationType other)
Parameters
Type | Name | Description |
---|---|---|
JAlertNotificationAugmentationType | other | Instance of JAlertNotificationAugmentationType 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(JAlertNotificationAugmentationType, JAlertNotificationAugmentationType)
Declaration
public static bool operator ==(JAlertNotificationAugmentationType left, JAlertNotificationAugmentationType right)
Parameters
Type | Name | Description |
---|---|---|
JAlertNotificationAugmentationType | left | |
JAlertNotificationAugmentationType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(JAlertNotificationAugmentationType, JAlertNotificationAugmentationType)
Declaration
public static bool operator !=(JAlertNotificationAugmentationType left, JAlertNotificationAugmentationType right)
Parameters
Type | Name | Description |
---|---|---|
JAlertNotificationAugmentationType | left | |
JAlertNotificationAugmentationType | right |
Returns
Type | Description |
---|---|
System.Boolean |