Method | 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 |
Method | Description | |
---|---|---|
Create ( int obtype, String attribute, int pollid ) : System.Web.Mvc.ActionResult |
public Create ( int pollid ) : System.Web.Mvc.ActionResult | ||
pollid | int | |
return | System.Web.Mvc.ActionResult |
public Delete ( int objectid, int pollid ) : System.Web.Mvc.ActionResult | ||
objectid | int | |
pollid | int | |
return | System.Web.Mvc.ActionResult |
public Index ( int pollid, String pollname ) : System.Web.Mvc.ActionResult | ||
pollid | int | |
pollname | String | |
return | System.Web.Mvc.ActionResult |