C# 클래스 Ext.Net.MVC.Demo.Controllers.DataController

상속: BaseDataController
파일 보기 프로젝트 열기: pgodwin/Ext.net

공개 메소드들

메소드 설명
CustomerAddressBookReport ( ) : AjaxStoreResult
DeleteCustomer ( string id ) : AjaxResult
GetCustomer ( int start, string filter ) : AjaxStoreResult
GetCustomerOrders ( string customerID ) : AjaxStoreResult
GetCustomers ( int limit, int start, string dir, string sort ) : AjaxStoreResult
GetCustomersPaging ( string filter, int start, int limit ) : AjaxStoreResult
GetCustomersSimple ( string filter ) : AjaxStoreResult
GetHomeSchema ( ) : AjaxStoreResult
GetOrder ( int orderID ) : AjaxStoreResult
GetOrders ( int limit, int start, string dir, string sort ) : AjaxStoreResult
GetOrdersYears ( ) : AjaxStoreResult
SaveCustomer ( string id, System.Web.Mvc.FormCollection values ) : AjaxFormResult
SaveCustomersWithConfirmation ( ) : AjaxStoreResult
SaveCustomersWithoutConfirmation ( ) : AjaxStoreResult

메소드 상세

CustomerAddressBookReport() 공개 메소드

public CustomerAddressBookReport ( ) : AjaxStoreResult
리턴 AjaxStoreResult

DeleteCustomer() 공개 메소드

public DeleteCustomer ( string id ) : AjaxResult
id string
리턴 AjaxResult

GetCustomer() 공개 메소드

public GetCustomer ( int start, string filter ) : AjaxStoreResult
start int
filter string
리턴 AjaxStoreResult

GetCustomerOrders() 공개 메소드

public GetCustomerOrders ( string customerID ) : AjaxStoreResult
customerID string
리턴 AjaxStoreResult

GetCustomers() 공개 메소드

public GetCustomers ( int limit, int start, string dir, string sort ) : AjaxStoreResult
limit int
start int
dir string
sort string
리턴 AjaxStoreResult

GetCustomersPaging() 공개 메소드

public GetCustomersPaging ( string filter, int start, int limit ) : AjaxStoreResult
filter string
start int
limit int
리턴 AjaxStoreResult

GetCustomersSimple() 공개 메소드

public GetCustomersSimple ( string filter ) : AjaxStoreResult
filter string
리턴 AjaxStoreResult

GetHomeSchema() 공개 메소드

public GetHomeSchema ( ) : AjaxStoreResult
리턴 AjaxStoreResult

GetOrder() 공개 메소드

public GetOrder ( int orderID ) : AjaxStoreResult
orderID int
리턴 AjaxStoreResult

GetOrders() 공개 메소드

public GetOrders ( int limit, int start, string dir, string sort ) : AjaxStoreResult
limit int
start int
dir string
sort string
리턴 AjaxStoreResult

GetOrdersYears() 공개 메소드

public GetOrdersYears ( ) : AjaxStoreResult
리턴 AjaxStoreResult

SaveCustomer() 공개 메소드

public SaveCustomer ( string id, System.Web.Mvc.FormCollection values ) : AjaxFormResult
id string
values System.Web.Mvc.FormCollection
리턴 AjaxFormResult

SaveCustomersWithConfirmation() 공개 메소드

public SaveCustomersWithConfirmation ( ) : AjaxStoreResult
리턴 AjaxStoreResult

SaveCustomersWithoutConfirmation() 공개 메소드

public SaveCustomersWithoutConfirmation ( ) : AjaxStoreResult
리턴 AjaxStoreResult