Trida reprezentujici osobu. Může se jednat o odběratele nebo dodavatele.
More...
|
| Person (int companyId) |
| Konstruktor More...
|
|
| Person (String name, String surname, int companyId) |
| Konstruktor More...
|
|
| Person (String name, String surname, int companyId, String bankAccount) |
| Konstruktor More...
|
|
| Person (String name, String surname, int companyId, String bankAccount, String street, int nr, int postCode) |
| Kontruktor More...
|
|
| Person (String name, String surname, int companyId, String bankAccount, String street, int nr, int postCode, String taxId) |
| Konstruktor ocekavajici jméno, příjmení, IČO, bankovní účet, ulici, číslo popisné, PSČ a DIČ Parametry name name, surname surname, bankAccount bankAccount, street street a taxId taxId jsou typu String Parametry companyId companyId, nr nr a postCode postCode jsou typu Int32 More...
|
|
int[] | sepBankAccount () |
|
int[] | sepBankAccount (String input) |
| Ověří validitu bankovního účtu More...
|
|
string | toSave () |
| Informace o osobě pro uložení do souboru More...
|
|
override string | ToString () |
| Informace o osobě pro výpis More...
|
|
override bool | Equals (object obj) |
| Porovná dva objekty, jestli jsou stejné More...
|
|
override int | GetHashCode () |
| Hashcode pro porovnávání More...
|
|
Trida reprezentujici osobu. Může se jednat o odběratele nebo dodavatele.
Data.Person.Person |
( |
int |
companyId | ) |
|
Data.Person.Person |
( |
String |
name, |
|
|
String |
surname, |
|
|
int |
companyId |
|
) |
| |
Konstruktor
- Parameters
-
name | Jmeno osoby |
surname | Prijmeni osoby |
companyId | IČO |
Data.Person.Person |
( |
String |
name, |
|
|
String |
surname, |
|
|
int |
companyId, |
|
|
String |
bankAccount |
|
) |
| |
Konstruktor
- Parameters
-
name | Jmeno osoby |
surname | Prijmeni osoby |
companyId | IČO |
bankAccount | Bankovní účet |
Data.Person.Person |
( |
String |
name, |
|
|
String |
surname, |
|
|
int |
companyId, |
|
|
String |
bankAccount, |
|
|
String |
street, |
|
|
int |
nr, |
|
|
int |
postCode |
|
) |
| |
Kontruktor
- Parameters
-
name | Jmeno osoby |
surname | Prijmeni osoby |
companyId | IČO |
bankAccount | Bankovní účet |
street | Ulice |
nr | Číslo popisné |
postCode | PSČ |
Data.Person.Person |
( |
String |
name, |
|
|
String |
surname, |
|
|
int |
companyId, |
|
|
String |
bankAccount, |
|
|
String |
street, |
|
|
int |
nr, |
|
|
int |
postCode, |
|
|
String |
taxId |
|
) |
| |
Konstruktor ocekavajici jméno, příjmení, IČO, bankovní účet, ulici, číslo popisné, PSČ a DIČ Parametry name name, surname surname, bankAccount bankAccount, street street a taxId taxId jsou typu String Parametry companyId companyId, nr nr a postCode postCode jsou typu Int32
- Parameters
-
name | Jmeno osoby |
surname | Prijmeni osoby |
companyId | IČO |
bankAccount | Bankovní účet |
street | Ulice |
nr | Číslo popisné |
postCode | PSČ |
taxId | DIČ |
override bool Data.Person.Equals |
( |
object |
obj | ) |
|
Porovná dva objekty, jestli jsou stejné
- Parameters
-
- Returns
- TRUE objekty jsou stejné, jinak FALSE
override int Data.Person.GetHashCode |
( |
| ) |
|
Hashcode pro porovnávání
- Returns
int [] Data.Person.sepBankAccount |
( |
| ) |
|
int [] Data.Person.sepBankAccount |
( |
String |
input | ) |
|
Ověří validitu bankovního účtu
- Parameters
-
input | string, číslo bankovního účtu |
- Returns
string Data.Person.toSave |
( |
| ) |
|
Informace o osobě pro uložení do souboru
- Returns
- string
override string Data.Person.ToString |
( |
| ) |
|
Informace o osobě pro výpis
- Returns
- string
String Data.Person.BankAccount |
|
getset |
int Data.Person.CompanyId |
|
getset |
IČO (Identifikační číslo organizace)
PSČ (Poštovní směrovací číslo)
String Data.Person.Street |
|
getset |
String Data.Person.Surname |
|
getset |
DIČ (Daňové identifikační číslo) - slouží pro plátce DPH
The documentation for this class was generated from the following file:
- C:/Users/neumann/Documents/Visual Studio 2012/Projects/InvoiceManager2/Data/Person.cs