C# Class AssocSelf.Controllers.Manager

Afficher le fichier Open project: peteratseneca/bti420winter2016

Méthodes publiques

Méthode Description
EmployeeEditDirectReports ( EmployeeEditDirectReports newItem ) : EmployeeWithOrgInfo
EmployeeEditSupervisor ( EmployeeEditSupervisor newItem ) : EmployeeWithOrgInfo
EmployeeGetAll ( ) : IEnumerable
EmployeeGetAllWithOrgInfo ( ) : IEnumerable
EmployeeGetByIdWIthOrgInfo ( int id ) : EmployeeWithOrgInfo
Manager ( ) : System

Method Details

EmployeeEditDirectReports() public méthode

public EmployeeEditDirectReports ( EmployeeEditDirectReports newItem ) : EmployeeWithOrgInfo
newItem EmployeeEditDirectReports
Résultat EmployeeWithOrgInfo

EmployeeEditSupervisor() public méthode

public EmployeeEditSupervisor ( EmployeeEditSupervisor newItem ) : EmployeeWithOrgInfo
newItem EmployeeEditSupervisor
Résultat EmployeeWithOrgInfo

EmployeeGetAll() public méthode

public EmployeeGetAll ( ) : IEnumerable
Résultat IEnumerable

EmployeeGetAllWithOrgInfo() public méthode

public EmployeeGetAllWithOrgInfo ( ) : IEnumerable
Résultat IEnumerable

EmployeeGetByIdWIthOrgInfo() public méthode

public EmployeeGetByIdWIthOrgInfo ( int id ) : EmployeeWithOrgInfo
id int
Résultat EmployeeWithOrgInfo

Manager() public méthode

public Manager ( ) : System
Résultat System