C# Class ReleaseMan.Controllers.ProjectController

Inheritance: Controller
Afficher le fichier Open project: alishuja/release_mgmt

Méthodes publiques

Méthode Description
Create ( ) : System.Web.Mvc.ActionResult
Delete ( int id ) : System.Web.Mvc.ActionResult
Details ( int id ) : System.Web.Mvc.ViewResult
Edit ( int id ) : System.Web.Mvc.ActionResult
Fixture ( ) : System.Web.Mvc.ActionResult
Manage ( int id ) : System.Web.Mvc.ActionResult

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
Create ( Project project ) : System.Web.Mvc.ActionResult
Edit ( Project project ) : System.Web.Mvc.ActionResult
Index ( ) : System.Web.Mvc.ViewResult

Method Details

Create() public méthode

public Create ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult

Delete() public méthode

public Delete ( int id ) : System.Web.Mvc.ActionResult
id int
Résultat System.Web.Mvc.ActionResult

Details() public méthode

public Details ( int id ) : System.Web.Mvc.ViewResult
id int
Résultat System.Web.Mvc.ViewResult

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Edit() public méthode

public Edit ( int id ) : System.Web.Mvc.ActionResult
id int
Résultat System.Web.Mvc.ActionResult

Fixture() public méthode

public Fixture ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult

Manage() public méthode

public Manage ( int id ) : System.Web.Mvc.ActionResult
id int
Résultat System.Web.Mvc.ActionResult