FirstModulAR 0.1.0
Loading...
Searching...
No Matches
FMAR.Internal.VehicleDriverInfo.DriverInfo Class Reference

A driver info object for a driver's license. Contains the person info, license class, and expiration date. More...

Inheritance diagram for FMAR.Internal.VehicleDriverInfo.DriverInfo:

Public Types

enum  LicenseClass {
  None = 0 , D = 1 , A = 2 , B = 4 ,
  C = 8
}
 The license class of the driver. https://www.ncdps.gov/our-organization/law-enforcement/state-highway-patrol/laws/drivers-licenses. More...
 

Public Attributes

PersonInfo personInfo
 The person info of the driver, including name, address, etc.
 
LicenseClass licenseClass
 The license class of the driver, such as D, A, B, C.
 
Date expirationDate
 The expiration date of the driver's license.
 
List< Recordrecords
 The records of the driver, such as accidents, violations, etc.
 

Detailed Description

A driver info object for a driver's license. Contains the person info, license class, and expiration date.

Member Enumeration Documentation

◆ LicenseClass

Member Data Documentation

◆ expirationDate

Date FMAR.Internal.VehicleDriverInfo.DriverInfo.expirationDate

The expiration date of the driver's license.

◆ licenseClass

LicenseClass FMAR.Internal.VehicleDriverInfo.DriverInfo.licenseClass

The license class of the driver, such as D, A, B, C.

◆ personInfo

PersonInfo FMAR.Internal.VehicleDriverInfo.DriverInfo.personInfo

The person info of the driver, including name, address, etc.

◆ records

List<Record> FMAR.Internal.VehicleDriverInfo.DriverInfo.records

The records of the driver, such as accidents, violations, etc.


The documentation for this class was generated from the following file: