C# 클래스 Sample.WebUI.Controllers.HomeController

상속: Controller
파일 보기 프로젝트 열기: MarkFreedman/Wrestling-With-Telerik-MVC-Grid-Control

공개 메소드들

메소드 설명
CheckDuplicateCustomerName ( CustomerViewModel model ) : System.Web.Mvc.JsonResult
GetOrderChannels ( ) : System.Web.Mvc.JsonResult
Index ( ) : System.Web.Mvc.ActionResult

비공개 메소드들

메소드 설명
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

메소드 상세

CheckDuplicateCustomerName() 공개 메소드

public CheckDuplicateCustomerName ( CustomerViewModel model ) : System.Web.Mvc.JsonResult
model CustomerViewModel
리턴 System.Web.Mvc.JsonResult

GetOrderChannels() 공개 메소드

public GetOrderChannels ( ) : System.Web.Mvc.JsonResult
리턴 System.Web.Mvc.JsonResult

Index() 공개 메소드

public Index ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult