Method | Description | |
---|---|---|
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 |
Method | Description | |
---|---|---|
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
|
public Current ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public Entry ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
return | System.Web.Mvc.ActionResult |
public ListOfActivitiesAndDescriptions ( ) : System.Web.Mvc.ViewResult | ||
return | System.Web.Mvc.ViewResult |
public Review ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
return | System.Web.Mvc.ActionResult |
public TimeRecordController ( ITimeRecordBLL timeRecordBLL, IRepository |
||
timeRecordBLL | ITimeRecordBLL | |
timeRecordRepository | IRepository |
|
userBLL | IUserBLL | |
timeRecordCalendarGenerator | ITimeRecordCalendarGenerator | |
return | System.Collections.Generic |