C# 클래스 FSNEP.Controllers.TimeRecordController

상속: ApplicationController
파일 보기 프로젝트 열기: ucdavis/FSNEP

공개 메소드들

메소드 설명
Current ( ) : System.Web.Mvc.ActionResult
Entry ( int id ) : System.Web.Mvc.ActionResult
ListOfActivitiesAndDescriptions ( ) : System.Web.Mvc.ViewResult
Review ( int id ) : System.Web.Mvc.ActionResult
TimeRecordController ( ITimeRecordBLL timeRecordBLL, IRepository timeRecordRepository, IUserBLL userBLL, ITimeRecordCalendarGenerator timeRecordCalendarGenerator ) : System.Collections.Generic

비공개 메소드들

메소드 설명
AddEntry ( int recordId, TimeRecordEntry entry ) : JsonNetResult
EditEntry ( int entryId, TimeRecordEntry entry ) : JsonNetResult
GetEntry ( int entryId ) : JsonNetResult
History ( ) : System.Web.Mvc.ActionResult
RemoveEntry ( int entryId ) : JsonNetResult
Submit ( int id ) : System.Web.Mvc.ActionResult
TransferValuesTo ( TimeRecordEntry entryToUpdate, TimeRecordEntry entry ) : void

Transfer the new values from the given entry to the entry to update. Currently you can only update the comment, hours, and activity type

메소드 상세

Current() 공개 메소드

public Current ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult

Entry() 공개 메소드

public Entry ( int id ) : System.Web.Mvc.ActionResult
id int
리턴 System.Web.Mvc.ActionResult

ListOfActivitiesAndDescriptions() 공개 메소드

public ListOfActivitiesAndDescriptions ( ) : System.Web.Mvc.ViewResult
리턴 System.Web.Mvc.ViewResult

Review() 공개 메소드

public Review ( int id ) : System.Web.Mvc.ActionResult
id int
리턴 System.Web.Mvc.ActionResult

TimeRecordController() 공개 메소드

public TimeRecordController ( ITimeRecordBLL timeRecordBLL, IRepository timeRecordRepository, IUserBLL userBLL, ITimeRecordCalendarGenerator timeRecordCalendarGenerator ) : System.Collections.Generic
timeRecordBLL ITimeRecordBLL
timeRecordRepository IRepository
userBLL IUserBLL
timeRecordCalendarGenerator ITimeRecordCalendarGenerator
리턴 System.Collections.Generic