C# Class Web.Controllers.DeliveryPlanController

Inheritance: Controller
Afficher le fichier Open project: jediskywalker/RTDeals

Méthodes publiques

Méthode Description
Index ( System.Web.Mvc.FormCollection collection, string submitbutton ) : System.Web.Mvc.ActionResult
InsertUpdateSchedule ( string weekdays, string tmpinterval, string times, string np ) : string
Test ( ) : System.Web.Mvc.ActionResult

Method Details

Index() public méthode

public Index ( System.Web.Mvc.FormCollection collection, string submitbutton ) : System.Web.Mvc.ActionResult
collection System.Web.Mvc.FormCollection
submitbutton string
Résultat System.Web.Mvc.ActionResult

InsertUpdateSchedule() public méthode

public InsertUpdateSchedule ( string weekdays, string tmpinterval, string times, string np ) : string
weekdays string
tmpinterval string
times string
np string
Résultat string

Test() public méthode

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