Foodolini.Database.User Class Reference
Represents a user.
More...
List of all members.
Properties |
long | UserId [get, set] |
| Primary key.
|
string | UserName [get, set] |
| User name, a short hand identification of a person.
|
string | FullName [get, set] |
| The real name of the user.
|
DateTime | BirthDate [get, set] |
| Date of birth.
|
int | Gender [get, set] |
| Gender of the user. 0 = Male, 1 = Female.
|
double | Weight [get, set] |
| The weight of a user in kilograms.
|
double | Height [get, set] |
| The height of a user in centimetres.
|
long | DietId [get, set] |
| The currently assocaited diet of the user.
|
double | ActivityFactor [get, set] |
| How active the person is.
|
Detailed Description
Represents a user.
Definition at line 11 of file User.cs.
Property Documentation
double Foodolini.Database.User.ActivityFactor [get, set] |
How active the person is.
Definition at line 56 of file User.cs.
DateTime Foodolini.Database.User.BirthDate [get, set] |
Date of birth.
Definition at line 31 of file User.cs.
long Foodolini.Database.User.DietId [get, set] |
The currently assocaited diet of the user.
Definition at line 51 of file User.cs.
string Foodolini.Database.User.FullName [get, set] |
The real name of the user.
Definition at line 26 of file User.cs.
int Foodolini.Database.User.Gender [get, set] |
Gender of the user. 0 = Male, 1 = Female.
Definition at line 36 of file User.cs.
double Foodolini.Database.User.Height [get, set] |
The height of a user in centimetres.
Definition at line 46 of file User.cs.
long Foodolini.Database.User.UserId [get, set] |
Primary key.
Definition at line 16 of file User.cs.
string Foodolini.Database.User.UserName [get, set] |
User name, a short hand identification of a person.
Definition at line 21 of file User.cs.
double Foodolini.Database.User.Weight [get, set] |
The weight of a user in kilograms.
Definition at line 41 of file User.cs.
The documentation for this class was generated from the following file:
Foodolini 1.0.0 Documentation, generated with DoxyGen.