A bar code associated with a specific FoodDescription. More...
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. |
A bar code associated with a specific FoodDescription.
Definition at line 12 of file BarCodeRow.cs.
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.