Trida Item (Položka) slouží pro reprezentaci jedné položky na faktruře
More...
Trida Item (Položka) slouží pro reprezentaci jedné položky na faktruře
Data.Item.Item |
( |
int |
id, |
|
|
String |
desc |
|
) |
| |
Konstruktor
- Parameters
-
id | int, ID položky |
desc | string popis |
Data.Item.Item |
( |
int |
id, |
|
|
String |
desc, |
|
|
int |
quantity, |
|
|
int |
pricePerQuantity |
|
) |
| |
Kontruktor - úplný
- Parameters
-
id | int, ID položky |
desc | string, popis |
quantity | int, množství |
pricePerQuantity | int, cena za jednotku |
override bool Data.Item.Equals |
( |
object |
obj | ) |
|
Porovná dva objekty, jestli jsou stejné
- Parameters
-
- Returns
- TRUE objekty jsou stejné, jinak FALSE
override int Data.Item.GetHashCode |
( |
| ) |
|
Hashcode pro porovnávání
- Returns
string Data.Item.toSave |
( |
| ) |
|
Informace o položce pro uložení do souboru
- Returns
- string
override string Data.Item.ToString |
( |
| ) |
|
Informace o položce pro výpis
- Returns
- string
String Data.Item.Description |
|
getset |
Slovní popis účtované služby
The documentation for this class was generated from the following file:
- C:/Users/neumann/Documents/Visual Studio 2012/Projects/InvoiceManager2/Data/Item.cs