C# 클래스 Project_Marmelade.EmployeeController

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

공개 프로퍼티들

프로퍼티 타입 설명
employees List

공개 메소드들

메소드 설명
CreateEmployee ( string name, string address, string email, string type, string title, string workhours, string dateOfEmployment ) : string
DeleteEmployee ( string email ) : string
EmployeeController ( ) : System
GetEmployeeByEmail ( string email ) : Employee
GetListOfEmails ( ) : List
GetListOfTitles ( ) : List
GetListOfTypes ( ) : List
ReadEmployees ( ) : List
UpdateEmployee ( string name, string address, string email, string type, string title, string workhours, string endOfEmployment ) : string

메소드 상세

CreateEmployee() 공개 메소드

public CreateEmployee ( string name, string address, string email, string type, string title, string workhours, string dateOfEmployment ) : string
name string
address string
email string
type string
title string
workhours string
dateOfEmployment string
리턴 string

DeleteEmployee() 공개 메소드

public DeleteEmployee ( string email ) : string
email string
리턴 string

EmployeeController() 공개 메소드

public EmployeeController ( ) : System
리턴 System

GetEmployeeByEmail() 공개 메소드

public GetEmployeeByEmail ( string email ) : Employee
email string
리턴 Employee

GetListOfEmails() 공개 메소드

public GetListOfEmails ( ) : List
리턴 List

GetListOfTitles() 공개 메소드

public GetListOfTitles ( ) : List
리턴 List

GetListOfTypes() 공개 메소드

public GetListOfTypes ( ) : List
리턴 List

ReadEmployees() 공개 메소드

public ReadEmployees ( ) : List
리턴 List

UpdateEmployee() 공개 메소드

public UpdateEmployee ( string name, string address, string email, string type, string title, string workhours, string endOfEmployment ) : string
name string
address string
email string
type string
title string
workhours string
endOfEmployment string
리턴 string

프로퍼티 상세

employees 공개적으로 프로퍼티

public List employees
리턴 List