Class EmUnitLogonNotificationType
A data type for a structure to represent that the specified units are being logged on
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class EmUnitLogonNotificationType : IEquatable<EmUnitLogonNotificationType>
Properties
Context
emUnitLogonNotificationType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public EmUnitLogonNotificationType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<EmUnitLogonNotificationType.ContextEnum> | emUnitLogonNotificationType JSON-LD context |
NotificationMessage
An element for notification message text NIEM reference is em:NotificationMessageText
Declaration
[DataMember(Name = "notificationMessage")]
public List<NcTextType> NotificationMessage { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | An element for notification message text NIEM reference is em:NotificationMessageText |
ServiceCallAssignedUnit
An element for for service call assigned unit detail NIEM reference is em:ServiceCallAssignedUnit
Declaration
[DataMember(Name = "serviceCallAssignedUnit")]
public List<EmServiceCallAssignedUnitType> ServiceCallAssignedUnit { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<EmServiceCallAssignedUnitType> | An element for for service call assigned unit detail NIEM reference is em:ServiceCallAssignedUnit |
Methods
Equals(EmUnitLogonNotificationType)
Returns true if EmUnitLogonNotificationType instances are equal
Declaration
public bool Equals(EmUnitLogonNotificationType other)
Parameters
Type | Name | Description |
---|---|---|
EmUnitLogonNotificationType | other | Instance of EmUnitLogonNotificationType 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(EmUnitLogonNotificationType, EmUnitLogonNotificationType)
Declaration
public static bool operator ==(EmUnitLogonNotificationType left, EmUnitLogonNotificationType right)
Parameters
Type | Name | Description |
---|---|---|
EmUnitLogonNotificationType | left | |
EmUnitLogonNotificationType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(EmUnitLogonNotificationType, EmUnitLogonNotificationType)
Declaration
public static bool operator !=(EmUnitLogonNotificationType left, EmUnitLogonNotificationType right)
Parameters
Type | Name | Description |
---|---|---|
EmUnitLogonNotificationType | left | |
EmUnitLogonNotificationType | right |
Returns
Type | Description |
---|---|
System.Boolean |