프로퍼티 | 타입 | 설명 | |
---|---|---|---|
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 ) : |
||
GetListOfEmails ( ) : List |
||
GetListOfTitles ( ) : List |
||
GetListOfTypes ( ) : List |
||
ReadEmployees ( ) : List |
||
UpdateEmployee ( string name, string address, string email, string type, string title, string workhours, string endOfEmployment ) : string |
public CreateEmployee ( string name, string address, string email, string type, string title, string workhours, string dateOfEmployment ) : string | ||
name | string | |
address | string | |
string | ||
type | string | |
title | string | |
workhours | string | |
dateOfEmployment | string | |
리턴 | string |
public GetEmployeeByEmail ( string email ) : |
||
string | ||
리턴 |
public UpdateEmployee ( string name, string address, string email, string type, string title, string workhours, string endOfEmployment ) : string | ||
name | string | |
address | string | |
string | ||
type | string | |
title | string | |
workhours | string | |
endOfEmployment | string | |
리턴 | string |