Foodolini.Database.BarCodeRow Class Reference

A bar code associated with a specific FoodDescription. More...

List of all members.

Properties

long BarCodeRowId [get, set]
 Primary key.
string Identifier [get, set]
 The unique bar code identifier.
long FoodDescriptionId [get, set]
 Associated FoodDescription PK.
int Type [get, set]
 Type of bar code.
string ProductName [get, set]
 Name of the product containing the bar code.
double Quantity [get, set]
 Quantity of a certain FoodDescription for the bar code.

Detailed Description

A bar code associated with a specific FoodDescription.

Definition at line 12 of file BarCodeRow.cs.


Property Documentation

long Foodolini.Database.BarCodeRow.BarCodeRowId [get, set]

Primary key.

Definition at line 17 of file BarCodeRow.cs.

long Foodolini.Database.BarCodeRow.FoodDescriptionId [get, set]

Associated FoodDescription PK.

Definition at line 27 of file BarCodeRow.cs.

string Foodolini.Database.BarCodeRow.Identifier [get, set]

The unique bar code identifier.

Definition at line 22 of file BarCodeRow.cs.

string Foodolini.Database.BarCodeRow.ProductName [get, set]

Name of the product containing the bar code.

Definition at line 37 of file BarCodeRow.cs.

double Foodolini.Database.BarCodeRow.Quantity [get, set]

Quantity of a certain FoodDescription for the bar code.

Definition at line 42 of file BarCodeRow.cs.

int Foodolini.Database.BarCodeRow.Type [get, set]

Type of bar code.

Definition at line 32 of file BarCodeRow.cs.


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

Foodolini 1.0.0 Documentation, generated with DoxyGen.