C# Class Sample.WebUI.Controllers.HomeController

Inheritance: Controller
Afficher le fichier Open project: MarkFreedman/Wrestling-With-Telerik-MVC-Grid-Control

Méthodes publiques

Méthode Description
CheckDuplicateCustomerName ( CustomerViewModel model ) : System.Web.Mvc.JsonResult
GetOrderChannels ( ) : System.Web.Mvc.JsonResult
Index ( ) : System.Web.Mvc.ActionResult

Private Methods

Méthode Description
AjaxAddCustomer ( string lastName, string firstName ) : System.Web.Mvc.ActionResult
AjaxAddOrder ( int customerId ) : System.Web.Mvc.ActionResult
AjaxCustomersHierarchy ( ) : System.Web.Mvc.ActionResult
AjaxDeleteCustomer ( int customerId ) : System.Web.Mvc.ActionResult
AjaxDeleteOrder ( int customerId, int orderId ) : System.Web.Mvc.ActionResult
AjaxOrdersForCustomerHierarchy ( int customerId ) : System.Web.Mvc.ActionResult
AjaxSaveCustomer ( int customerId, string lastName, string firstName ) : System.Web.Mvc.ActionResult
AjaxSaveOrder ( int customerId, int orderId ) : System.Web.Mvc.ActionResult
GetCustomers ( ) : IEnumerable
GetOrders ( int customerId ) : IEnumerable
ValidateCustomer ( CustomerViewModel model ) : bool

Method Details

CheckDuplicateCustomerName() public méthode

public CheckDuplicateCustomerName ( CustomerViewModel model ) : System.Web.Mvc.JsonResult
model CustomerViewModel
Résultat System.Web.Mvc.JsonResult

GetOrderChannels() public méthode

public GetOrderChannels ( ) : System.Web.Mvc.JsonResult
Résultat System.Web.Mvc.JsonResult

Index() public méthode

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