C# Class FarsiLibrary.WinFormDemo.Data.Employee

Afficher le fichier Open project: HEskandari/FarsiLibrary Class Usage Examples

Méthodes publiques

Méthode Description
Employee ( int employeeID ) : System
Employee ( int employeeID, string lastname, string firstname, string address, string city, PersianDate hireDate, PersianDate birthDate ) : System

Méthodes protégées

Méthode Description
OnEmployeeChanged ( EventArgs e ) : void

Method Details

Employee() public méthode

public Employee ( int employeeID ) : System
employeeID int
Résultat System

Employee() public méthode

public Employee ( int employeeID, string lastname, string firstname, string address, string city, PersianDate hireDate, PersianDate birthDate ) : System
employeeID int
lastname string
firstname string
address string
city string
hireDate PersianDate
birthDate PersianDate
Résultat System

OnEmployeeChanged() protected méthode

protected OnEmployeeChanged ( EventArgs e ) : void
e System.EventArgs
Résultat void