C# Class NotDelicious.Controllers.TagsController

Inheritance: Controller
Afficher le fichier Open project: csell5/Demos

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
Index ( ) : System.Web.Mvc.ViewResult
TagsController ( ) : System
TagsController ( ILinkRepository linkRepository, ITagRepository tagRepository ) : System

Private Methods

Méthode Description
Create ( Tag tag ) : System.Web.Mvc.ActionResult
DeleteConfirmed ( int id ) : System.Web.Mvc.ActionResult
Edit ( Tag tag ) : System.Web.Mvc.ActionResult

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

Edit() public méthode

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

Index() public méthode

public Index ( ) : System.Web.Mvc.ViewResult
Résultat System.Web.Mvc.ViewResult

TagsController() public méthode

public TagsController ( ) : System
Résultat System

TagsController() public méthode

public TagsController ( ILinkRepository linkRepository, ITagRepository tagRepository ) : System
linkRepository ILinkRepository
tagRepository ITagRepository
Résultat System