Class JBookingTelephoneCallType
A data type for a telephone call a subject makes while being booked or detained from an arrest.
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class JBookingTelephoneCallType : IEquatable<JBookingTelephoneCallType>
Properties
Context
jBookingTelephoneCallType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public JBookingTelephoneCallType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<JBookingTelephoneCallType.ContextEnum> | jBookingTelephoneCallType JSON-LD context |
Date
A date a subject makes a telephone call while being booked or detained from a booking. NIEM reference is j:BookingTelephoneCallDate
Declaration
[DataMember(Name = "date")]
public List<NcDateType> Date { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcDateType> | A date a subject makes a telephone call while being booked or detained from a booking. NIEM reference is j:BookingTelephoneCallDate |
SupervisingOfficial
A peace official who supervises a subject making a telephone call. NIEM reference is j:BookingTelephoneCallSupervisingOfficial
Declaration
[DataMember(Name = "supervisingOfficial")]
public List<JEnforcementOfficialType> SupervisingOfficial { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<JEnforcementOfficialType> | A peace official who supervises a subject making a telephone call. NIEM reference is j:BookingTelephoneCallSupervisingOfficial |
Methods
Equals(JBookingTelephoneCallType)
Returns true if JBookingTelephoneCallType instances are equal
Declaration
public bool Equals(JBookingTelephoneCallType other)
Parameters
Type | Name | Description |
---|---|---|
JBookingTelephoneCallType | other | Instance of JBookingTelephoneCallType 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(JBookingTelephoneCallType, JBookingTelephoneCallType)
Declaration
public static bool operator ==(JBookingTelephoneCallType left, JBookingTelephoneCallType right)
Parameters
Type | Name | Description |
---|---|---|
JBookingTelephoneCallType | left | |
JBookingTelephoneCallType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(JBookingTelephoneCallType, JBookingTelephoneCallType)
Declaration
public static bool operator !=(JBookingTelephoneCallType left, JBookingTelephoneCallType right)
Parameters
Type | Name | Description |
---|---|---|
JBookingTelephoneCallType | left | |
JBookingTelephoneCallType | right |
Returns
Type | Description |
---|---|
System.Boolean |