Class ScrAlertAugmentationType
A data type for additional information about an alert.
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class ScrAlertAugmentationType : IEquatable<ScrAlertAugmentationType>
Properties
AlertCategoryClassificationCode
A kind of alert Category NIEM reference is scr:AlertCategoryClassificationCode
Declaration
[DataMember(Name = "alertCategoryClassificationCode")]
public List<ScrAlertCategoryCodeType> AlertCategoryClassificationCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<ScrAlertCategoryCodeType> | A kind of alert Category NIEM reference is scr:AlertCategoryClassificationCode |
AlertReceivedDate
A date on which the ALERT was received. NIEM reference is scr:AlertReceivedDate
Declaration
[DataMember(Name = "alertReceivedDate")]
public List<NcDateType> AlertReceivedDate { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcDateType> | A date on which the ALERT was received. NIEM reference is scr:AlertReceivedDate |
Context
scrAlertAugmentationType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public ScrAlertAugmentationType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<ScrAlertAugmentationType.ContextEnum> | scrAlertAugmentationType JSON-LD context |
Methods
Equals(ScrAlertAugmentationType)
Returns true if ScrAlertAugmentationType instances are equal
Declaration
public bool Equals(ScrAlertAugmentationType other)
Parameters
Type | Name | Description |
---|---|---|
ScrAlertAugmentationType | other | Instance of ScrAlertAugmentationType 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(ScrAlertAugmentationType, ScrAlertAugmentationType)
Declaration
public static bool operator ==(ScrAlertAugmentationType left, ScrAlertAugmentationType right)
Parameters
Type | Name | Description |
---|---|---|
ScrAlertAugmentationType | left | |
ScrAlertAugmentationType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(ScrAlertAugmentationType, ScrAlertAugmentationType)
Declaration
public static bool operator !=(ScrAlertAugmentationType left, ScrAlertAugmentationType right)
Parameters
Type | Name | Description |
---|---|---|
ScrAlertAugmentationType | left | |
ScrAlertAugmentationType | right |
Returns
Type | Description |
---|---|
System.Boolean |