C# Class Kooboo.Commerce.Api.ProductQueryExtensions

ファイルを表示 Open project: Kooboo/Ecommerce

Public Methods

Method 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 method

public static ByBrand ( this query, int brandId ) : Query
query this
brandId int
return Query

ByCategory() public static method

public static ByCategory ( this query, int categoryId ) : Query
query this
categoryId int
return Query

ByCustomField() public static method

public static ByCustomField ( this query, string fieldName, string fieldValue ) : Query
query this
fieldName string
fieldValue string
return Query

ById() public static method

public static ById ( this query, int id ) : Query
query this
id int
return Query

ByIds() public static method

public static ByIds ( this query ) : Query
query this
return Query

ByName() public static method

public static ByName ( this query, string name ) : Query
query this
name string
return Query