C# 클래스 Project_Marmelade.Employee

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

공개 메소드들

메소드 설명
Employee ( string name, string address, string email, string type, string title, int workhours, string dateOfEmployment ) : System
Employee ( string name, string address, string email, string type, string title, int workhours, string dateOfEmployment, string status ) : System

메소드 상세

Employee() 공개 메소드

public Employee ( string name, string address, string email, string type, string title, int workhours, string dateOfEmployment ) : System
name string
address string
email string
type string
title string
workhours int
dateOfEmployment string
리턴 System

Employee() 공개 메소드

public Employee ( string name, string address, string email, string type, string title, int workhours, string dateOfEmployment, string status ) : System
name string
address string
email string
type string
title string
workhours int
dateOfEmployment string
status string
리턴 System