C# 클래스 VirtoCommerce.MerchandisingModule.Web.Controllers.MerchandisingModuleCategoryController

상속: ApiController
파일 보기 프로젝트 열기: VirtoCommerce/vc-internal

공개 메소드들

메소드 설명
MerchandisingModuleCategoryController ( ICatalogSearchService searchService, ICategoryService categoryService, IPropertyService propertyService, IStoreService storeService, CacheManager cacheManager, IBlobUrlResolver blobUrlResolver ) : System.Linq

비공개 메소드들

메소드 설명
GetCategoryByCode ( string store, [ code, string language = "en-us" ) : IHttpActionResult
GetCategoryById ( string category, string store, string language = "en-us" ) : IHttpActionResult
GetCategoryByKeyword ( string store, [ keyword, string language = "en-us" ) : IHttpActionResult
GetStoreById ( string storeId ) : VirtoCommerce.Domain.Store.Model.Store
SearchCategory ( string store, string language = "en-us", [ parentId = null ) : IHttpActionResult

메소드 상세

MerchandisingModuleCategoryController() 공개 메소드

public MerchandisingModuleCategoryController ( ICatalogSearchService searchService, ICategoryService categoryService, IPropertyService propertyService, IStoreService storeService, CacheManager cacheManager, IBlobUrlResolver blobUrlResolver ) : System.Linq
searchService ICatalogSearchService
categoryService ICategoryService
propertyService IPropertyService
storeService IStoreService
cacheManager CacheManager
blobUrlResolver IBlobUrlResolver
리턴 System.Linq