TATO TŘÍDA SE JIŽ NEPOUŽÍVÁ Třída pro načtení uložených dat ze souboru
More...
|
BindingList< Person > | loadPeople (String file) |
| Metoda načte uložené osoby (Person) file String file
- Parameters
-
More...
|
|
BindingList< Item > | loadItems (String file) |
| Metoda načte uložené položky (Item) file String file
- Parameters
-
More...
|
|
BindingList< Invoice > | loadInvoices (String file, BindingList< Person > people) |
| Metoda načte uložené faktury (Invoice). A to jak přijaté tak i vydané file String file people BindingList<Person> people
- Parameters
-
file | zdrojový soubor |
people | seznam osob |
More...
|
|
|
static int | toInt (String s) |
| Metoda převeda řetězec (String) na číslo (Int32) s String s
- Parameters
-
s | číslo uložené jako řetězec |
More...
|
|
static Person | findPersonById (int id, BindingList< Person > people) |
| Metoda najde osobu (Person) podle jejího IČ/ID id int id people BindingList<Person> people
- Parameters
-
id | IČ/ID osoby |
people | seznam všech osob |
More...
|
|
TATO TŘÍDA SE JIŽ NEPOUŽÍVÁ Třída pro načtení uložených dat ze souboru
static Person Data.DataLoaderOld.findPersonById |
( |
int |
id, |
|
|
BindingList< Person > |
people |
|
) |
| |
|
static |
Metoda najde osobu (Person) podle jejího IČ/ID id int id people BindingList<Person> people
- Parameters
-
id | IČ/ID osoby |
people | seznam všech osob |
BindingList<Invoice> Data.DataLoaderOld.loadInvoices |
( |
String |
file, |
|
|
BindingList< Person > |
people |
|
) |
| |
Metoda načte uložené faktury (Invoice). A to jak přijaté tak i vydané file String file people BindingList<Person> people
- Parameters
-
file | zdrojový soubor |
people | seznam osob |
BindingList<Item> Data.DataLoaderOld.loadItems |
( |
String |
file | ) |
|
Metoda načte uložené položky (Item) file String file
- Parameters
-
BindingList<Person> Data.DataLoaderOld.loadPeople |
( |
String |
file | ) |
|
Metoda načte uložené osoby (Person) file String file
- Parameters
-
static int Data.DataLoaderOld.toInt |
( |
String |
s | ) |
|
|
static |
Metoda převeda řetězec (String) na číslo (Int32) s String s
- Parameters
-
s | číslo uložené jako řetězec |
The documentation for this class was generated from the following file:
- C:/Users/neumann/Documents/Visual Studio 2012/Projects/InvoiceManager2/Data/DataLoaderOld.cs