The database model for a rider's profile.
More...
|
string? | Id [get, set] |
| The unique identifier of the rider, not used in the application.
|
|
string | Email = null! [get, set] |
| The email address of the rider.
|
|
double? | Rating = null! [get, set] |
| The rating of the rider, ranging from 1.0 to 5.0.
|
|
uint? | NumRatings = null! [get, set] |
| The number of ratings the rider has received.
|
|
The database model for a rider's profile.
The documentation for this class was generated from the following file:
- /Users/jacob/Documents/Projects/130-project/hagglehaul/hagglehaul.Server/Models/RiderProfile.cs