C# 클래스 SignetSSRProject.Controllers.EmployeeController

상속: Controller
파일 보기 프로젝트 열기: SignetSSRTeam/SignetSSR_MVC

공개 메소드들

메소드 설명
Create ( ) : System.Web.Mvc.ActionResult
Delete ( int id ) : System.Web.Mvc.ActionResult
Details ( int id ) : System.Web.Mvc.ActionResult
Edit ( int id ) : System.Web.Mvc.ActionResult
Index ( string FirstName, string LastName ) : System.Web.Mvc.ActionResult
getWageHistory ( int id ) : System.Web.Mvc.ActionResult

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
Create ( [ Include = "EmployeeID,FirstName,LastName,JobTitle,Supervisor,ContractLabor,WageRateRT,WageRateOT,HomePhone,CellPhone,Address,EmailAddress,Notes")]EmployeeViewModelemployeeViewModel ) : System.Web.Mvc.ActionResult
DeleteConfirmed ( int id ) : System.Web.Mvc.ActionResult
DeleteWageHistoryData ( WageHistory wageHistory ) : System.Web.Mvc.ContentResult
Edit ( [ Include = "EmployeeID,FirstName,LastName,JobTitle,Supervisor,ContractLabor,HomePhone,CellPhone,Address,EmailAddress,Notes")]Employeeemployee ) : System.Web.Mvc.ActionResult
InsertWageHistoryData ( WageHistory wageHistory ) : System.Web.Mvc.ContentResult
UpdateWageHistoryData ( WageHistory wageHistory ) : System.Web.Mvc.ContentResult
WageHistoryData ( int employeeID ) : System.Web.Mvc.ContentResult

메소드 상세

Create() 공개 메소드

public Create ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult

Delete() 공개 메소드

public Delete ( int id ) : System.Web.Mvc.ActionResult
id int
리턴 System.Web.Mvc.ActionResult

Details() 공개 메소드

public Details ( int id ) : System.Web.Mvc.ActionResult
id int
리턴 System.Web.Mvc.ActionResult

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

Edit() 공개 메소드

public Edit ( int id ) : System.Web.Mvc.ActionResult
id int
리턴 System.Web.Mvc.ActionResult

Index() 공개 메소드

public Index ( string FirstName, string LastName ) : System.Web.Mvc.ActionResult
FirstName string
LastName string
리턴 System.Web.Mvc.ActionResult

getWageHistory() 공개 메소드

public getWageHistory ( int id ) : System.Web.Mvc.ActionResult
id int
리턴 System.Web.Mvc.ActionResult