Class EmNotificationDistributionScopeType
A data type for the intended level of distribution of the notification message
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class EmNotificationDistributionScopeType : IEquatable<EmNotificationDistributionScopeType>
Properties
AudienceDescription
A description of the distribution scope of the audience of the notification message. NIEM reference is em:NotificationDistributionScopeAudienceDescriptionText
Declaration
[DataMember(Name = "audienceDescription")]
public List<NcTextType> AudienceDescription { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A description of the distribution scope of the audience of the notification message. NIEM reference is em:NotificationDistributionScopeAudienceDescriptionText |
CategoryCode
A category code denoting the intended level of distribution of the notification message NIEM reference is em:NotificationDistributionScopeCategoryCode
Declaration
[DataMember(Name = "categoryCode")]
public List<EmNotificationDistributionScopeCategoryCodeType> CategoryCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<EmNotificationDistributionScopeCategoryCodeType> | A category code denoting the intended level of distribution of the notification message NIEM reference is em:NotificationDistributionScopeCategoryCode |
Context
emNotificationDistributionScopeType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public EmNotificationDistributionScopeType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<EmNotificationDistributionScopeType.ContextEnum> | emNotificationDistributionScopeType JSON-LD context |
Methods
Equals(EmNotificationDistributionScopeType)
Returns true if EmNotificationDistributionScopeType instances are equal
Declaration
public bool Equals(EmNotificationDistributionScopeType other)
Parameters
Type | Name | Description |
---|---|---|
EmNotificationDistributionScopeType | other | Instance of EmNotificationDistributionScopeType 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(EmNotificationDistributionScopeType, EmNotificationDistributionScopeType)
Declaration
public static bool operator ==(EmNotificationDistributionScopeType left, EmNotificationDistributionScopeType right)
Parameters
Type | Name | Description |
---|---|---|
EmNotificationDistributionScopeType | left | |
EmNotificationDistributionScopeType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(EmNotificationDistributionScopeType, EmNotificationDistributionScopeType)
Declaration
public static bool operator !=(EmNotificationDistributionScopeType left, EmNotificationDistributionScopeType right)
Parameters
Type | Name | Description |
---|---|---|
EmNotificationDistributionScopeType | left | |
EmNotificationDistributionScopeType | right |
Returns
Type | Description |
---|---|
System.Boolean |