Method | Description | |
---|---|---|
Create ( ) : System.Web.Mvc.ActionResult | ||
Edit ( int id = 1 ) : System.Web.Mvc.ActionResult | ||
History ( int id = 1 ) : System.Web.Mvc.ActionResult | ||
Index ( int passedInPageNumber = -100, int passedInStatusId = -100, int passedInAssignedToFilter = -100, int passedInIssueStatusNameFilter = -100, string passedInReasonFilter = "" ) : System.Web.Mvc.ActionResult | ||
Index2 ( int statusID = 1, int assignedToFilter = -1, int issueStatusNameFilter = -1, string reasonFilter = "", int page ) : System.Web.Mvc.ActionResult |
Method | Description | |
---|---|---|
Create ( |
||
CreateIssueViews ( List |
||
CreateListOfReasons ( string reasonToSelect ) : List |
||
Edit ( |
||
GetIssues ( int statusID ) : List |
||
GetListOfAdmins ( List |
||
GetListOfIssueStatuses ( List |
||
GetValue ( string input ) : int | ||
Index ( System.Web.Mvc.FormCollection formCollection ) : System.Web.Mvc.ActionResult | ||
Save ( System.Web.Mvc.FormCollection formcollection ) : System.Web.Mvc.ActionResult | ||
SetViewBagForIndexView ( int assignedToFilter, int issueStatusNameFilter, string reason ) : void | ||
VerifyAndFixTralingSlash ( string p ) : string |
public Create ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public Edit ( int id = 1 ) : System.Web.Mvc.ActionResult | ||
id | int | |
return | System.Web.Mvc.ActionResult |
public History ( int id = 1 ) : System.Web.Mvc.ActionResult | ||
id | int | |
return | System.Web.Mvc.ActionResult |
public Index ( int passedInPageNumber = -100, int passedInStatusId = -100, int passedInAssignedToFilter = -100, int passedInIssueStatusNameFilter = -100, string passedInReasonFilter = "" ) : System.Web.Mvc.ActionResult | ||
passedInPageNumber | int | |
passedInStatusId | int | |
passedInAssignedToFilter | int | |
passedInIssueStatusNameFilter | int | |
passedInReasonFilter | string | |
return | System.Web.Mvc.ActionResult |
public Index2 ( int statusID = 1, int assignedToFilter = -1, int issueStatusNameFilter = -1, string reasonFilter = "", int page ) : System.Web.Mvc.ActionResult | ||
statusID | int | |
assignedToFilter | int | |
issueStatusNameFilter | int | |
reasonFilter | string | |
page | int | |
return | System.Web.Mvc.ActionResult |