C# 클래스 VirtoCommerce.WebStore.Services.CatalogService

상속: ICatalogService
파일 보기 프로젝트 열기: VirtoCommerce/vc-orchard-cms

공개 메소드들

메소드 설명
CatalogService ( IVirtoCommerceClient apiClient, IStoreService storeService, IPriceService priceService ) : System.Collections.Generic
GetCategoriesAsync ( string storeId, string culture ) : Task>
GetProductAsync ( string storeId, string culture, string slug ) : Task
GetProductsAsync ( string storeId, string culture, string categorySlug, int skip, int take ) : Task>

비공개 메소드들

메소드 설명
BuildOutline ( Category category ) : string

메소드 상세

CatalogService() 공개 메소드

public CatalogService ( IVirtoCommerceClient apiClient, IStoreService storeService, IPriceService priceService ) : System.Collections.Generic
apiClient IVirtoCommerceClient
storeService IStoreService
priceService IPriceService
리턴 System.Collections.Generic

GetCategoriesAsync() 공개 메소드

public GetCategoriesAsync ( string storeId, string culture ) : Task>
storeId string
culture string
리턴 Task>

GetProductAsync() 공개 메소드

public GetProductAsync ( string storeId, string culture, string slug ) : Task
storeId string
culture string
slug string
리턴 Task

GetProductsAsync() 공개 메소드

public GetProductsAsync ( string storeId, string culture, string categorySlug, int skip, int take ) : Task>
storeId string
culture string
categorySlug string
skip int
take int
리턴 Task>