C# Class Project_Marmelade.EmployeeController

Afficher le fichier Open project: DMOe15a/ProjectMarmelade Class Usage Examples

Méthodes publiques

Свойство Type Description
employees List

Méthodes publiques

Méthode Description
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

Method Details

CreateEmployee() public méthode

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
Résultat string

DeleteEmployee() public méthode

public DeleteEmployee ( string email ) : string
email string
Résultat string

EmployeeController() public méthode

public EmployeeController ( ) : System
Résultat System

GetEmployeeByEmail() public méthode

public GetEmployeeByEmail ( string email ) : Employee
email string
Résultat Employee

GetListOfEmails() public méthode

public GetListOfEmails ( ) : List
Résultat List

GetListOfTitles() public méthode

public GetListOfTitles ( ) : List
Résultat List

GetListOfTypes() public méthode

public GetListOfTypes ( ) : List
Résultat List

ReadEmployees() public méthode

public ReadEmployees ( ) : List
Résultat List

UpdateEmployee() public méthode

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
Résultat string

Property Details

employees public_oe property

public List employees
Résultat List