BikeHistory Methods |
The BikeHistory type exposes the following members.
| Name | Description | |
|---|---|---|
| Add |
Add a bike history data record to database
| |
| Delete |
Delete a bike history data item by ID
| |
| DeleteByAddress |
Delete all bike history data item by address
| |
| DeleteByBike |
Delete all bike history data item by bike
| |
| GetAll |
Gives a list of bike history
| |
| GetByAddressFirstName |
Gives a list of bike history data by address first name (search wild card)
| |
| GetByAddressID |
Gives a list of bike history data by address ID
| |
| GetByAddressName |
Gives a list of bike history data by address name (search wild card)
| |
| GetByBikeBrand |
Gives a list of bike history data by bike brand (search wild card)
| |
| GetByBikeID |
Gives a list of bike history data by bike ID
| |
| GetByBikeNumber |
Gives a list of bike history data by bike number (search wild card)
| |
| GetByBikeNumberPerformanceTest |
Gives a list of bike history data by bike number (search wild card). Use only for test!
| |
| GetByBikeType |
Gives a list of bike history data by bike type (search wild card)
| |
| GetByID |
Gives a bike history data item by ID
| |
| Update |
Update bike history data
|