The Vehicles type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
Vehicles | Initializes a new instance of the Vehicles class |
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
account |
SL Account Number
| |
chassis |
VIN
| |
colour |
Colour
| |
compNo |
Unique Company ID
| |
custNo |
Unique Customer ID
| |
desc |
Description
| |
engine |
Engine Number
| |
errMsg |
Error message details of why operation failed
(Inherited from ReturnVal.) | |
extWarExp |
Extended Warranty Expiry
| |
franchise |
Franchise Code
| |
isSuccess |
Flag to indicate that the operation has succeeded
(Inherited from ReturnVal.) | |
lastServ |
Last Service Date (format dd.mm.yyyy)
| |
mileage |
Vehicle Mileage
| |
model |
Model Code
| |
nextMot |
Next MOT Date
| |
nextServ |
Next Service Date
| |
radio |
Radio Code
| |
regDate |
First Registration Date
| |
regNo |
VRM
| |
variants |
Variant Code
| |
vehNo |
Unique Vehicle ID
| |
warrExp |
Warranty Expiry (format dd.mm.yyyy)
|
See Also