C# Class VirtoCommerce.Web.Controllers.CollectionsController

Inheritance: StoreControllerBase
Exibir arquivo Open project: VirtoCommerce/vc-internal Class Usage Examples

Public Methods

Method Description
GetCollectionAsync ( string category, string tags, string view = "", int page = 1, string sort_by = "manual", string constraint = "" ) : Task
GetCollectionByKeywordAsync ( string category, string tags, string view = "", int page = 1, string sort_by = "manual", string constraint = "" ) : Task

Private Methods

Method Description
AllAsync ( string tags, string view = "", int page = 1, string sort_by = "manual" ) : Task
IndexAsync ( string tags, int page = 1, string sort_by = "manual" ) : Task
ParseTags ( string tags, char splitter = ',' ) : SelectedTagCollection

Method Details

GetCollectionAsync() public method

public GetCollectionAsync ( string category, string tags, string view = "", int page = 1, string sort_by = "manual", string constraint = "" ) : Task
category string
tags string
view string
page int
sort_by string
constraint string
return Task

GetCollectionByKeywordAsync() public method

public GetCollectionByKeywordAsync ( string category, string tags, string view = "", int page = 1, string sort_by = "manual", string constraint = "" ) : Task
category string
tags string
view string
page int
sort_by string
constraint string
return Task