An exercise. More...
Properties | |
long | ExerciseRowId [get, set] |
Primary key. | |
long | Duration [get, set] |
Duration of the exercise. | |
long | UserId [get, set] |
PK of the user who performed the exercise. | |
long | SportsActivityId [get, set] |
PK of the sports activity. | |
DateTime | PerformedDate [get, set] |
When the exercise was performed. |
An exercise.
Definition at line 11 of file ExerciseRow.cs.
long Foodolini.Database.ExerciseRow.Duration [get, set] |
Duration of the exercise.
Definition at line 21 of file ExerciseRow.cs.
long Foodolini.Database.ExerciseRow.ExerciseRowId [get, set] |
Primary key.
Definition at line 16 of file ExerciseRow.cs.
DateTime Foodolini.Database.ExerciseRow.PerformedDate [get, set] |
When the exercise was performed.
Definition at line 36 of file ExerciseRow.cs.
long Foodolini.Database.ExerciseRow.SportsActivityId [get, set] |
PK of the sports activity.
Definition at line 31 of file ExerciseRow.cs.
long Foodolini.Database.ExerciseRow.UserId [get, set] |
PK of the user who performed the exercise.
Definition at line 26 of file ExerciseRow.cs.