TATO TŘÍDA JE JIŽ NEPOUŽÍVÁ Třída pro načtení uložených dat ze souboru
More...
|
void | savePeople (String file, List< Person > people) |
| Metoda načte uložené osoby (Person) file String file invoices people
- Parameters
-
file | zdrojový soubor |
invoices | seznam osob |
More...
|
|
void | saveItems (String file, List< Item > items) |
| Metoda uloží položky (Item) file String file file String file invoices items
- Parameters
-
file | zdrojový soubor |
invoices | seznam položek |
More...
|
|
void | saveInvoices (String file, List< Invoice > invoices) |
| Metoda uloží faktury (Invoice). A to jak přijaté tak i vydané file String file invoices invoices
- Parameters
-
file | zdrojový soubor |
invoices | seznam faktur |
More...
|
|
TATO TŘÍDA JE JIŽ NEPOUŽÍVÁ Třída pro načtení uložených dat ze souboru
void Data.DataSaverOld.saveInvoices |
( |
String |
file, |
|
|
List< Invoice > |
invoices |
|
) |
| |
Metoda uloží faktury (Invoice). A to jak přijaté tak i vydané file String file invoices invoices
- Parameters
-
file | zdrojový soubor |
invoices | seznam faktur |
void Data.DataSaverOld.saveItems |
( |
String |
file, |
|
|
List< Item > |
items |
|
) |
| |
Metoda uloží položky (Item) file String file file String file invoices items
- Parameters
-
file | zdrojový soubor |
invoices | seznam položek |
void Data.DataSaverOld.savePeople |
( |
String |
file, |
|
|
List< Person > |
people |
|
) |
| |
Metoda načte uložené osoby (Person) file String file invoices people
- Parameters
-
file | zdrojový soubor |
invoices | seznam osob |
The documentation for this class was generated from the following file:
- C:/Users/neumann/Documents/Visual Studio 2012/Projects/InvoiceManager2/Data/DataSaverOld.cs