Class JDriverLicenseBaseEndorsementType
A data type for an endorsement on a driver license or driver license permit which authorizes the operation of specified types of vehicles carrying specified loads.
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class JDriverLicenseBaseEndorsementType : IEquatable<JDriverLicenseBaseEndorsementType>
Properties
Context
jDriverLicenseBaseEndorsementType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public JDriverLicenseBaseEndorsementType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<JDriverLicenseBaseEndorsementType.ContextEnum> | jDriverLicenseBaseEndorsementType JSON-LD context |
DriverLicenseEndorsement
An endorsement on a driver license or driver license permit which authorizes the operation of specified types of vehicles carrying specified loads. NIEM reference is j:DriverLicenseEndorsementText
Declaration
[DataMember(Name = "driverLicenseEndorsement")]
public List<NcTextType> DriverLicenseEndorsement { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | An endorsement on a driver license or driver license permit which authorizes the operation of specified types of vehicles carrying specified loads. NIEM reference is j:DriverLicenseEndorsementText |
DriverLicenseEndorsementEndDate
A date on which an endorsement for a driver license ends. NIEM reference is j:DriverLicenseEndorsementEndDate
Declaration
[DataMember(Name = "driverLicenseEndorsementEndDate")]
public List<NcDateType> DriverLicenseEndorsementEndDate { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcDateType> | A date on which an endorsement for a driver license ends. NIEM reference is j:DriverLicenseEndorsementEndDate |
DriverLicenseHmeThreat
A determination if a driver should be issued a HAZMAT Endorsement, as determined by the TSA adjudication process. NIEM reference is j:DriverLicenseHMEThreatText
Declaration
[DataMember(Name = "driverLicenseHmeThreat")]
public List<NcTextType> DriverLicenseHmeThreat { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A determination if a driver should be issued a HAZMAT Endorsement, as determined by the TSA adjudication process. NIEM reference is j:DriverLicenseHMEThreatText |
DriverLicenseHmeThreatCode
A code indicating if a driver should be issued a Hazardous Material Endorsement, as determined by the TSA background check and adjudication process. NIEM reference is j:DriverLicenseHMEThreatCode
Declaration
[DataMember(Name = "driverLicenseHmeThreatCode")]
public List<JDriverLicenseHMEThreatCodeType> DriverLicenseHmeThreatCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<JDriverLicenseHMEThreatCodeType> | A code indicating if a driver should be issued a Hazardous Material Endorsement, as determined by the TSA background check and adjudication process. NIEM reference is j:DriverLicenseHMEThreatCode |
DriverLicenseHmeThreatDate
A date on which an adjudication by the TSA was made, of a driver's suitability to hold a Hazardous Material Endorsement. NIEM reference is j:DriverLicenseHMEThreatDate
Declaration
[DataMember(Name = "driverLicenseHmeThreatDate")]
public List<NcDateType> DriverLicenseHmeThreatDate { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcDateType> | A date on which an adjudication by the TSA was made, of a driver's suitability to hold a Hazardous Material Endorsement. NIEM reference is j:DriverLicenseHMEThreatDate |
Methods
Equals(JDriverLicenseBaseEndorsementType)
Returns true if JDriverLicenseBaseEndorsementType instances are equal
Declaration
public bool Equals(JDriverLicenseBaseEndorsementType other)
Parameters
Type | Name | Description |
---|---|---|
JDriverLicenseBaseEndorsementType | other | Instance of JDriverLicenseBaseEndorsementType 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(JDriverLicenseBaseEndorsementType, JDriverLicenseBaseEndorsementType)
Declaration
public static bool operator ==(JDriverLicenseBaseEndorsementType left, JDriverLicenseBaseEndorsementType right)
Parameters
Type | Name | Description |
---|---|---|
JDriverLicenseBaseEndorsementType | left | |
JDriverLicenseBaseEndorsementType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(JDriverLicenseBaseEndorsementType, JDriverLicenseBaseEndorsementType)
Declaration
public static bool operator !=(JDriverLicenseBaseEndorsementType left, JDriverLicenseBaseEndorsementType right)
Parameters
Type | Name | Description |
---|---|---|
JDriverLicenseBaseEndorsementType | left | |
JDriverLicenseBaseEndorsementType | right |
Returns
Type | Description |
---|---|
System.Boolean |