C# 클래스 AssocManyToMany.Controllers.Manager

파일 보기 프로젝트 열기: peteratseneca/bti420winter2016

공개 메소드들

메소드 설명
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

메소드 상세

EmployeeEditJobDuties() 공개 메소드

public EmployeeEditJobDuties ( EmployeeEditJobDuties newItem ) : EmployeeWithJobDuties
newItem EmployeeEditJobDuties
리턴 EmployeeWithJobDuties

EmployeeGetAll() 공개 메소드

public EmployeeGetAll ( ) : IEnumerable
리턴 IEnumerable

EmployeeGetAllWithJobDuties() 공개 메소드

public EmployeeGetAllWithJobDuties ( ) : IEnumerable
리턴 IEnumerable

EmployeeGetByIdWithDetail() 공개 메소드

public EmployeeGetByIdWithDetail ( int id ) : EmployeeWithJobDuties
id int
리턴 EmployeeWithJobDuties

JobDutyEditEmployees() 공개 메소드

public JobDutyEditEmployees ( JobDutyEditEmployees newItem ) : JobDutyWithEmployees
newItem JobDutyEditEmployees
리턴 JobDutyWithEmployees

JobDutyGetAll() 공개 메소드

public JobDutyGetAll ( ) : IEnumerable
리턴 IEnumerable

JobDutyGetAllWithEmployees() 공개 메소드

public JobDutyGetAllWithEmployees ( ) : IEnumerable
리턴 IEnumerable

JobDutyGetByIdWithDetail() 공개 메소드

public JobDutyGetByIdWithDetail ( int id ) : JobDutyWithEmployees
id int
리턴 JobDutyWithEmployees

Manager() 공개 메소드

public Manager ( ) : System
리턴 System