The representation of a driver's profile in the database.
More...
|
string? | Id [get, set] |
| The ID of the driver's profile. Not used in the client.
|
|
string | Email = null! [get, set] |
| The email address of the driver.
|
|
double? | Rating = null! [get, set] |
| The rating of the driver, from 1.0 to 5.0.
|
|
uint? | NumRatings = null! [get, set] |
| The number of ratings the driver has received.
|
|
string | CarDescription = null! [get, set] |
| The make, model, year, and license plate of the driver's car.
|
|
The representation of a driver's profile in the database.
The documentation for this class was generated from the following file:
- /Users/jacob/Documents/Projects/130-project/hagglehaul/hagglehaul.Server/Models/DriverProfile.cs