C# Класс Suteki.Shop.Controllers.OrderController

Наследование: ControllerBase
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Item ( int id ) : System.Web.Mvc.ActionResult
OrderController ( IRepository orderRepository, IRepository countryRepository, IRepository cardTypeRepository, IEncryptionService encryptionService, IUserService userService, IOrderSearchService searchService, IRepository statusRepository ) : System.Collections.Generic
Print ( int id ) : System.Web.Mvc.ActionResult

Приватные методы

Метод Описание
CheckoutViewData ( Order order ) : ShopViewData
Index ( OrderSearchCriteria orderSearchCriteria ) : System.Web.Mvc.ActionResult
ItemView ( int id ) : System.Web.Mvc.ViewResult
OrderStatuses ( ) : IEnumerable
ShowCard ( int orderId, string privateKey ) : System.Web.Mvc.ActionResult
UpdateNote ( Order order ) : System.Web.Mvc.ActionResult
UpdateProblemCustomer ( Order order ) : System.Web.Mvc.ActionResult
UpdateTrackingNumber ( Order order ) : System.Web.Mvc.ActionResult

Описание методов

Item() публичный Метод

public Item ( int id ) : System.Web.Mvc.ActionResult
id int
Результат System.Web.Mvc.ActionResult

OrderController() публичный Метод

public OrderController ( IRepository orderRepository, IRepository countryRepository, IRepository cardTypeRepository, IEncryptionService encryptionService, IUserService userService, IOrderSearchService searchService, IRepository statusRepository ) : System.Collections.Generic
orderRepository IRepository
countryRepository IRepository
cardTypeRepository IRepository
encryptionService IEncryptionService
userService IUserService
searchService IOrderSearchService
statusRepository IRepository
Результат System.Collections.Generic

Print() публичный Метод

public Print ( int id ) : System.Web.Mvc.ActionResult
id int
Результат System.Web.Mvc.ActionResult