C# 클래스 FarsiLibrary.WinFormDemo.Data.Employee

파일 보기 프로젝트 열기: HEskandari/FarsiLibrary 1 사용 예제들

공개 메소드들

메소드 설명
Employee ( int employeeID ) : System
Employee ( int employeeID, string lastname, string firstname, string address, string city, PersianDate hireDate, PersianDate birthDate ) : System

보호된 메소드들

메소드 설명
OnEmployeeChanged ( EventArgs e ) : void

메소드 상세

Employee() 공개 메소드

public Employee ( int employeeID ) : System
employeeID int
리턴 System

Employee() 공개 메소드

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
리턴 System

OnEmployeeChanged() 보호된 메소드

protected OnEmployeeChanged ( EventArgs e ) : void
e System.EventArgs
리턴 void