C# Class SignetSSRProject.Controllers.EmployeeController

Inheritance: Controller
Afficher le fichier Open project: SignetSSRTeam/SignetSSR_MVC

Méthodes publiques

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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

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

Method Details

Create() public méthode

public Create ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult

Delete() public méthode

public Delete ( int id ) : System.Web.Mvc.ActionResult
id int
Résultat System.Web.Mvc.ActionResult

Details() public méthode

public Details ( int id ) : System.Web.Mvc.ActionResult
id int
Résultat System.Web.Mvc.ActionResult

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Edit() public méthode

public Edit ( int id ) : System.Web.Mvc.ActionResult
id int
Résultat System.Web.Mvc.ActionResult

Index() public méthode

public Index ( string FirstName, string LastName ) : System.Web.Mvc.ActionResult
FirstName string
LastName string
Résultat System.Web.Mvc.ActionResult

getWageHistory() public méthode

public getWageHistory ( int id ) : System.Web.Mvc.ActionResult
id int
Résultat System.Web.Mvc.ActionResult