C# Class DIO_FALL15.Controllers.ProjectController

Inheritance: Controller
Show file Open project: sangnvus/2015FALLJS01

Public Methods

Method Description
BackedProjects ( ) : System.Web.Mvc.ActionResult
Create ( ) : System.Web.Mvc.ActionResult
Edit ( ) : System.Web.Mvc.ActionResult
ProjectDetail ( ) : System.Web.Mvc.ActionResult
ShowAllCurrentUserProject ( ) : System.Web.Mvc.ActionResult

Private Methods

Method Description
fileUpload ( System.Web.HttpPostedFileBase file ) : System.Web.Mvc.ActionResult

Method Details

BackedProjects() public method

public BackedProjects ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

Create() public method

public Create ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

Edit() public method

public Edit ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

ProjectDetail() public method

public ProjectDetail ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

ShowAllCurrentUserProject() public method

public ShowAllCurrentUserProject ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult