C# Class VirtoCommerce.Web.Controllers.CollectionsController

Inheritance: StoreControllerBase
Afficher le fichier Open project: VirtoCommerce/vc-internal Class Usage Examples

Méthodes publiques

Méthode 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

Méthode 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 méthode

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
Résultat Task

GetCollectionByKeywordAsync() public méthode

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
Résultat Task