C# Class FarsiLibrary.WinFormDemo.Data.Employee

显示文件 Open project: HEskandari/FarsiLibrary Class Usage Examples

Public Methods

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

Protected Methods

Method Description
OnEmployeeChanged ( EventArgs e ) : void

Method Details

Employee() public method

public Employee ( int employeeID ) : System
employeeID int
return System

Employee() public method

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
return System

OnEmployeeChanged() protected method

protected OnEmployeeChanged ( EventArgs e ) : void
e System.EventArgs
return void