C# Class DBPOLLDemo.Controllers.PollObjectController

Inheritance: Controller
Afficher le fichier Open project: Marknel/dbPOLL

Méthodes publiques

Méthode Description
Create ( int pollid ) : System.Web.Mvc.ActionResult
Delete ( int objectid, int pollid ) : System.Web.Mvc.ActionResult
Index ( int pollid, String pollname ) : System.Web.Mvc.ActionResult

Private Methods

Méthode Description
Create ( int obtype, String attribute, int pollid ) : System.Web.Mvc.ActionResult

Method Details

Create() public méthode

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

Delete() public méthode

public Delete ( int objectid, int pollid ) : System.Web.Mvc.ActionResult
objectid int
pollid int
Résultat System.Web.Mvc.ActionResult

Index() public méthode

public Index ( int pollid, String pollname ) : System.Web.Mvc.ActionResult
pollid int
pollname String
Résultat System.Web.Mvc.ActionResult