C# Class AssocManyToMany.Controllers.MatchesController

Inheritance: Controller
Afficher le fichier Open project: peteratseneca/bti420winter2016

Méthodes publiques

Méthode Description
ByEmployee ( ) : System.Web.Mvc.ActionResult
ByEmployeeMore ( ) : System.Web.Mvc.ActionResult
ByEmployeeWithJobDuties ( int id ) : System.Web.Mvc.ActionResult
ByJobDuty ( ) : System.Web.Mvc.ActionResult
ByJobDutyMore ( ) : System.Web.Mvc.ActionResult
ByJobDutyWithEmployees ( int id ) : System.Web.Mvc.ActionResult
EmployeeAndJobDuties ( int id ) : System.Web.Mvc.ActionResult
Index ( ) : System.Web.Mvc.ActionResult
JobDutyAndEmployees ( int id ) : System.Web.Mvc.ActionResult

Private Methods

Méthode Description
EmployeeAndJobDuties ( int id, EmployeeEditJobDuties newItem ) : System.Web.Mvc.ActionResult
JobDutyAndEmployees ( int id, JobDutyEditEmployees newItem ) : System.Web.Mvc.ActionResult

Method Details

ByEmployee() public méthode

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

ByEmployeeMore() public méthode

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

ByEmployeeWithJobDuties() public méthode

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

ByJobDuty() public méthode

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

ByJobDutyMore() public méthode

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

ByJobDutyWithEmployees() public méthode

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

EmployeeAndJobDuties() public méthode

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

Index() public méthode

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

JobDutyAndEmployees() public méthode

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