Class EmServiceCallAssignedUnitType
A data type for a service call assigned unit detail.
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class EmServiceCallAssignedUnitType : NcOrganizationType, IEquatable<NcOrganizationType>, IEquatable<EmServiceCallAssignedUnitType>
Properties
Context
emServiceCallAssignedUnitType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public EmServiceCallAssignedUnitType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<EmServiceCallAssignedUnitType.ContextEnum> | emServiceCallAssignedUnitType JSON-LD context |
UnitAssignedDate
A structure that contains date information about when a unit was assigned to an incident NIEM reference is em:UnitAssignedDate
Declaration
[DataMember(Name = "unitAssignedDate")]
public List<NcDateType> UnitAssignedDate { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcDateType> | A structure that contains date information about when a unit was assigned to an incident NIEM reference is em:UnitAssignedDate |
UnitUnassignedDate
A structure that contains date information about when a unit was unassigned from an incident NIEM reference is em:UnitUnassignedDate
Declaration
[DataMember(Name = "unitUnassignedDate")]
public List<NcDateType> UnitUnassignedDate { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcDateType> | A structure that contains date information about when a unit was unassigned from an incident NIEM reference is em:UnitUnassignedDate |
Methods
Equals(EmServiceCallAssignedUnitType)
Returns true if EmServiceCallAssignedUnitType instances are equal
Declaration
public bool Equals(EmServiceCallAssignedUnitType other)
Parameters
Type | Name | Description |
---|---|---|
EmServiceCallAssignedUnitType | other | Instance of EmServiceCallAssignedUnitType 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(EmServiceCallAssignedUnitType, EmServiceCallAssignedUnitType)
Declaration
public static bool operator ==(EmServiceCallAssignedUnitType left, EmServiceCallAssignedUnitType right)
Parameters
Type | Name | Description |
---|---|---|
EmServiceCallAssignedUnitType | left | |
EmServiceCallAssignedUnitType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(EmServiceCallAssignedUnitType, EmServiceCallAssignedUnitType)
Declaration
public static bool operator !=(EmServiceCallAssignedUnitType left, EmServiceCallAssignedUnitType right)
Parameters
Type | Name | Description |
---|---|---|
EmServiceCallAssignedUnitType | left | |
EmServiceCallAssignedUnitType | right |
Returns
Type | Description |
---|---|
System.Boolean |