C# Класс Project_Marmelade.EmployeeController

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
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