C# Class Kooboo.Commerce.Api.ProductQueryExtensions

Afficher le fichier Open project: Kooboo/Ecommerce

Méthodes publiques

Méthode Description
ByBrand ( this query, int brandId ) : Query
ByCategory ( this query, int categoryId ) : Query
ByCustomField ( this query, string fieldName, string fieldValue ) : Query
ById ( this query, int id ) : Query
ByIds ( this query ) : Query
ByName ( this query, string name ) : Query

Method Details

ByBrand() public static méthode

public static ByBrand ( this query, int brandId ) : Query
query this
brandId int
Résultat Query

ByCategory() public static méthode

public static ByCategory ( this query, int categoryId ) : Query
query this
categoryId int
Résultat Query

ByCustomField() public static méthode

public static ByCustomField ( this query, string fieldName, string fieldValue ) : Query
query this
fieldName string
fieldValue string
Résultat Query

ById() public static méthode

public static ById ( this query, int id ) : Query
query this
id int
Résultat Query

ByIds() public static méthode

public static ByIds ( this query ) : Query
query this
Résultat Query

ByName() public static méthode

public static ByName ( this query, string name ) : Query
query this
name string
Résultat Query