Class JDriverLicenseBaseType
A data type for an authorization issued to a driver granting driving privileges.
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class JDriverLicenseBaseType : IEquatable<JDriverLicenseBaseType>
Properties
Context
jDriverLicenseBaseType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public JDriverLicenseBaseType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<JDriverLicenseBaseType.ContextEnum> | jDriverLicenseBaseType JSON-LD context |
DriverLicenseCardDesignRevisionDate
An implementation date of the most recent version or modification to the visible design of a jurisdictions driver license or ID card. NIEM reference is j:DriverLicenseCardDesignRevisionDate
Declaration
[DataMember(Name = "driverLicenseCardDesignRevisionDate")]
public List<NcDateType> DriverLicenseCardDesignRevisionDate { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcDateType> | An implementation date of the most recent version or modification to the visible design of a jurisdictions driver license or ID card. NIEM reference is j:DriverLicenseCardDesignRevisionDate |
DriverLicenseExpirationDate
A date after which a driver license or driver license permit is no longer valid. NIEM reference is j:DriverLicenseExpirationDate
Declaration
[DataMember(Name = "driverLicenseExpirationDate")]
public List<NcDateType> DriverLicenseExpirationDate { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcDateType> | A date after which a driver license or driver license permit is no longer valid. NIEM reference is j:DriverLicenseExpirationDate |
DriverLicenseIdentification
A driver license identification or driver license permit identification, including the number and state. NIEM reference is j:DriverLicenseIdentification
Declaration
[DataMember(Name = "driverLicenseIdentification")]
public List<NcIdentificationType> DriverLicenseIdentification { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcIdentificationType> | A driver license identification or driver license permit identification, including the number and state. NIEM reference is j:DriverLicenseIdentification |
DriverLicenseIssueDate
A date when a driver license or driver license permit is issued or renewed. NIEM reference is j:DriverLicenseIssueDate
Declaration
[DataMember(Name = "driverLicenseIssueDate")]
public List<NcDateType> DriverLicenseIssueDate { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcDateType> | A date when a driver license or driver license permit is issued or renewed. NIEM reference is j:DriverLicenseIssueDate |
DriverLicenseIssuingCountryCode
An identifier of the country in which an identity document was issued. NIEM reference is j:DriverLicenseIssuingCountryCode
Declaration
[DataMember(Name = "driverLicenseIssuingCountryCode")]
public List<JDHSDriverLicenseIssuingCountryCodeType> DriverLicenseIssuingCountryCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<JDHSDriverLicenseIssuingCountryCodeType> | An identifier of the country in which an identity document was issued. NIEM reference is j:DriverLicenseIssuingCountryCode |
DriverLicenseMedicalCertification
A medical certification associated with a driver license. NIEM reference is j:DriverLicenseMedicalCertification
Declaration
[DataMember(Name = "driverLicenseMedicalCertification")]
public List<JDriverLicenseMedicalCertificationType> DriverLicenseMedicalCertification { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<JDriverLicenseMedicalCertificationType> | A medical certification associated with a driver license. NIEM reference is j:DriverLicenseMedicalCertification |
DriverLicensePerson
A person to which a driver license or driver license permit is assigned. NIEM reference is j:DriverLicensePerson
Declaration
[DataMember(Name = "driverLicensePerson")]
public List<NcPersonType> DriverLicensePerson { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcPersonType> | A person to which a driver license or driver license permit is assigned. NIEM reference is j:DriverLicensePerson |
IsDriverLicenseLimitedTerm
True if a driver license or identification card is classified by DHS regulations as a temporary or limited-term document (i.e. the expiration date of the card is limited to the duration of an aliens legal stay in the U.S.); false otherwise. NIEM reference is j:DriverLicenseLimitedTermIndicator
Declaration
[DataMember(Name = "isDriverLicenseLimitedTerm")]
public List<NiemXsboolean> IsDriverLicenseLimitedTerm { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXsboolean> | True if a driver license or identification card is classified by DHS regulations as a temporary or limited-term document (i.e. the expiration date of the card is limited to the duration of an aliens legal stay in the U.S.); false otherwise. NIEM reference is j:DriverLicenseLimitedTermIndicator |
Methods
Equals(JDriverLicenseBaseType)
Returns true if JDriverLicenseBaseType instances are equal
Declaration
public bool Equals(JDriverLicenseBaseType other)
Parameters
Type | Name | Description |
---|---|---|
JDriverLicenseBaseType | other | Instance of JDriverLicenseBaseType 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(JDriverLicenseBaseType, JDriverLicenseBaseType)
Declaration
public static bool operator ==(JDriverLicenseBaseType left, JDriverLicenseBaseType right)
Parameters
Type | Name | Description |
---|---|---|
JDriverLicenseBaseType | left | |
JDriverLicenseBaseType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(JDriverLicenseBaseType, JDriverLicenseBaseType)
Declaration
public static bool operator !=(JDriverLicenseBaseType left, JDriverLicenseBaseType right)
Parameters
Type | Name | Description |
---|---|---|
JDriverLicenseBaseType | left | |
JDriverLicenseBaseType | right |
Returns
Type | Description |
---|---|
System.Boolean |