C# 클래스 Project_Marmelade.DataEmployee

파일 보기 프로젝트 열기: DMOe15a/ProjectMarmelade

공개 프로퍼티들

프로퍼티 타입 설명
conn System.Data.SqlClient.SqlConnection

공개 메소드들

메소드 설명
CreateEmployee ( Employee employee ) : string
DataEmployee ( ) : Project_Marmelade.Business
DeleteEmployee ( string email ) : string
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 ( Employee employee ) : string
employee Employee
리턴 string

DataEmployee() 공개 메소드

public DataEmployee ( ) : Project_Marmelade.Business
리턴 Project_Marmelade.Business

DeleteEmployee() 공개 메소드

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

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

프로퍼티 상세

conn 공개적으로 프로퍼티

public SqlConnection,System.Data.SqlClient conn
리턴 System.Data.SqlClient.SqlConnection