Models
VehicleDocument
Represents a vehicle document.
This model represents the database table fivepd_vehicle_documents. When modifying any properties of this model, ensure that you have saved the changes using the DatabaseContext.
Properties
Id
Gets or sets the identifier.
Type: string
VehicleData
Gets or sets the entity which this value belongs to.
Type: VehicleData
Status
Gets or sets the status of the vehicle document.
Type: VehicleDocumentStatus
Type
Gets or sets the type of the vehicle document.
Type: VehicleDocumentType
IssueDate
Gets or sets the issue date of the vehicle document.
Type: DateTime
ExpirationDate
Gets or sets the expiration date of the vehicle document.
Type: DateTime