Foodolini.Database.Rating Class Reference

A rating of a recipe. More...

List of all members.

Properties

long RatingId [get, set]
 Primary key.
long RecipeId [get, set]
 Associated Recipe PK.
long UserId [get, set]
 PK of User who rated the recipe.
double Score [get, set]
 User's rating of the recipe.

Detailed Description

A rating of a recipe.

Definition at line 11 of file Rating.cs.


Property Documentation

long Foodolini.Database.Rating.RatingId [get, set]

Primary key.

Definition at line 16 of file Rating.cs.

long Foodolini.Database.Rating.RecipeId [get, set]

Associated Recipe PK.

Definition at line 21 of file Rating.cs.

double Foodolini.Database.Rating.Score [get, set]

User's rating of the recipe.

Definition at line 31 of file Rating.cs.

long Foodolini.Database.Rating.UserId [get, set]

PK of User who rated the recipe.

Definition at line 26 of file Rating.cs.


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

Foodolini 1.0.0 Documentation, generated with DoxyGen.