C# Класс VirtoCommerce.CartModule.Web.Controllers.Api.CartModuleController

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

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

Метод Описание
CartModuleController ( IShoppingCartService cartService, IShoppingCartSearchService searchService, IStoreService storeService ) : System

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

Метод Описание
ApplyCoupon ( string cartId, string couponCode ) : IHttpActionResult
Create ( VirtoCommerce.CartModule.Web.Model cart ) : IHttpActionResult
DeleteCarts ( [ ids ) : IHttpActionResult
GetCartById ( string id ) : IHttpActionResult
GetCurrentCart ( string storeId, string customerId ) : IHttpActionResult
GetPaymentMethods ( string cartId ) : IHttpActionResult
GetPaymentMethodsForStore ( string storeId ) : IHttpActionResult
GetShipmentMethods ( string cartId ) : IHttpActionResult
SearchCarts ( [ criteria ) : IHttpActionResult
Update ( VirtoCommerce.CartModule.Web.Model cart ) : IHttpActionResult

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

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

public CartModuleController ( IShoppingCartService cartService, IShoppingCartSearchService searchService, IStoreService storeService ) : System
cartService IShoppingCartService
searchService IShoppingCartSearchService
storeService IStoreService
Результат System