Class EmNotifierType
A data type for notifier information
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class EmNotifierType : IEquatable<EmNotifierType>
Properties
ContactInformation
A set of details about how to contact a person or an organization. NIEM reference is nc:ContactInformation
Declaration
[DataMember(Name = "contactInformation")]
public List<NcContactInformationType> ContactInformation { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcContactInformationType> | A set of details about how to contact a person or an organization. NIEM reference is nc:ContactInformation |
Context
emNotifierType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public EmNotifierType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<EmNotifierType.ContextEnum> | emNotifierType JSON-LD context |
NotificationDateTime
An element for the date of a notification sent or received NIEM reference is em:NotificationDateTime
Declaration
[DataMember(Name = "notificationDateTime")]
public List<NiemXsdateTime> NotificationDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXsdateTime> | An element for the date of a notification sent or received NIEM reference is em:NotificationDateTime |
RoleDescription
A description of the message Originator's/Recipient's role, as it may determine message distribution and presentation decisions. The list and associated value(s) is derived from the Uniform Resource Name of a published list of values and definitions, and the content is a string (which may represent a number) denoting the value itself NIEM reference is em:NotifierRoleDescriptionText
Declaration
[DataMember(Name = "roleDescription")]
public List<NcTextType> RoleDescription { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A description of the message Originator's/Recipient's role, as it may determine message distribution and presentation decisions. The list and associated value(s) is derived from the Uniform Resource Name of a published list of values and definitions, and the content is a string (which may represent a number) denoting the value itself NIEM reference is em:NotifierRoleDescriptionText |
RoleIdentification
An identification of the message Originator's/Recipient's role, as it may determine message distribution and presentation decisions. The list and associated value(s) is derived from the Uniform Resource Name of a published list of values and definitions, and the content NIEM reference is em:NotifierRoleIdentification
Declaration
[DataMember(Name = "roleIdentification")]
public List<NcIdentificationType> RoleIdentification { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcIdentificationType> | An identification of the message Originator's/Recipient's role, as it may determine message distribution and presentation decisions. The list and associated value(s) is derived from the Uniform Resource Name of a published list of values and definitions, and the content NIEM reference is em:NotifierRoleIdentification |
Methods
Equals(EmNotifierType)
Returns true if EmNotifierType instances are equal
Declaration
public bool Equals(EmNotifierType other)
Parameters
Type | Name | Description |
---|---|---|
EmNotifierType | other | Instance of EmNotifierType 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(EmNotifierType, EmNotifierType)
Declaration
public static bool operator ==(EmNotifierType left, EmNotifierType right)
Parameters
Type | Name | Description |
---|---|---|
EmNotifierType | left | |
EmNotifierType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(EmNotifierType, EmNotifierType)
Declaration
public static bool operator !=(EmNotifierType left, EmNotifierType right)
Parameters
Type | Name | Description |
---|---|---|
EmNotifierType | left | |
EmNotifierType | right |
Returns
Type | Description |
---|---|
System.Boolean |