C# Class AssocManyToMany.Controllers.Manager

Afficher le fichier Open project: peteratseneca/bti420winter2016

Méthodes publiques

Méthode Description
EmployeeEditJobDuties ( EmployeeEditJobDuties newItem ) : EmployeeWithJobDuties
EmployeeGetAll ( ) : IEnumerable
EmployeeGetAllWithJobDuties ( ) : IEnumerable
EmployeeGetByIdWithDetail ( int id ) : EmployeeWithJobDuties
JobDutyEditEmployees ( JobDutyEditEmployees newItem ) : JobDutyWithEmployees
JobDutyGetAll ( ) : IEnumerable
JobDutyGetAllWithEmployees ( ) : IEnumerable
JobDutyGetByIdWithDetail ( int id ) : JobDutyWithEmployees
Manager ( ) : System

Method Details

EmployeeEditJobDuties() public méthode

public EmployeeEditJobDuties ( EmployeeEditJobDuties newItem ) : EmployeeWithJobDuties
newItem EmployeeEditJobDuties
Résultat EmployeeWithJobDuties

EmployeeGetAll() public méthode

public EmployeeGetAll ( ) : IEnumerable
Résultat IEnumerable

EmployeeGetAllWithJobDuties() public méthode

public EmployeeGetAllWithJobDuties ( ) : IEnumerable
Résultat IEnumerable

EmployeeGetByIdWithDetail() public méthode

public EmployeeGetByIdWithDetail ( int id ) : EmployeeWithJobDuties
id int
Résultat EmployeeWithJobDuties

JobDutyEditEmployees() public méthode

public JobDutyEditEmployees ( JobDutyEditEmployees newItem ) : JobDutyWithEmployees
newItem JobDutyEditEmployees
Résultat JobDutyWithEmployees

JobDutyGetAll() public méthode

public JobDutyGetAll ( ) : IEnumerable
Résultat IEnumerable

JobDutyGetAllWithEmployees() public méthode

public JobDutyGetAllWithEmployees ( ) : IEnumerable
Résultat IEnumerable

JobDutyGetByIdWithDetail() public méthode

public JobDutyGetByIdWithDetail ( int id ) : JobDutyWithEmployees
id int
Résultat JobDutyWithEmployees

Manager() public méthode

public Manager ( ) : System
Résultat System