API Documentation
Namespaces
UnderDeskBike
This namespace contains the main Bike interface class and related classes.
Class | Description |
---|---|
Bike | The main class for recording workouts from the bike. |
BikeDataException | Raised when an error occurs receiving data from the bike. |
BikeWorkoutData | A sample of workout data from the bike. |
BikeWorkoutEventArgs | Complex tasks which require Vector's internal logic to complete |
UnderDeskBike.Models
This namespace contains the classes for interfacing with the SQLite database containing the workout data and samples.
Class | Description |
---|---|
Context | The database context for the bike data. |
Workout | Summary data for a workout. |
WorkoutEntry | A single sample from the bike. |
Codaris.Common
A home-grown library of helper classes.