Foodolini.Database.ExerciseRow Class Reference

An exercise. More...

List of all members.

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.

Detailed Description

An exercise.

Definition at line 11 of file ExerciseRow.cs.


Property Documentation

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.


The documentation for this class was generated from the following file:

Foodolini 1.0.0 Documentation, generated with DoxyGen.