Class JVehicleEmissionInspectionType
A data type for an official examination to test the emissions level of a vehicle.
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class JVehicleEmissionInspectionType : JVehicleInspectionType, IEquatable<NcActivityType>, IEquatable<JVehicleInspectionType>, IEquatable<JVehicleEmissionInspectionType>
Properties
Context
jVehicleEmissionInspectionType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public JVehicleEmissionInspectionType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<JVehicleEmissionInspectionType.ContextEnum> | jVehicleEmissionInspectionType JSON-LD context |
IsVehicleInspectionEmissionPass
True if the emission readings of a vehicle passed an emission inspection; false if the readings failed the inspection. NIEM reference is j:VehicleInspectionEmissionPassIndicator
Declaration
[DataMember(Name = "isVehicleInspectionEmissionPass")]
public List<NiemXsboolean> IsVehicleInspectionEmissionPass { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXsboolean> | True if the emission readings of a vehicle passed an emission inspection; false if the readings failed the inspection. NIEM reference is j:VehicleInspectionEmissionPassIndicator |
VehicleInspectionEmissionCertificationIdentification
An identification that appears on an emissions certificate. NIEM reference is j:VehicleInspectionEmissionCertificationIdentification
Declaration
[DataMember(Name = "vehicleInspectionEmissionCertificationIdentification")]
public List<NcIdentificationType> VehicleInspectionEmissionCertificationIdentification { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcIdentificationType> | An identification that appears on an emissions certificate. NIEM reference is j:VehicleInspectionEmissionCertificationIdentification |
Methods
Equals(JVehicleEmissionInspectionType)
Returns true if JVehicleEmissionInspectionType instances are equal
Declaration
public bool Equals(JVehicleEmissionInspectionType other)
Parameters
Type | Name | Description |
---|---|---|
JVehicleEmissionInspectionType | other | Instance of JVehicleEmissionInspectionType 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(JVehicleEmissionInspectionType, JVehicleEmissionInspectionType)
Declaration
public static bool operator ==(JVehicleEmissionInspectionType left, JVehicleEmissionInspectionType right)
Parameters
Type | Name | Description |
---|---|---|
JVehicleEmissionInspectionType | left | |
JVehicleEmissionInspectionType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(JVehicleEmissionInspectionType, JVehicleEmissionInspectionType)
Declaration
public static bool operator !=(JVehicleEmissionInspectionType left, JVehicleEmissionInspectionType right)
Parameters
Type | Name | Description |
---|---|---|
JVehicleEmissionInspectionType | left | |
JVehicleEmissionInspectionType | right |
Returns
Type | Description |
---|---|
System.Boolean |