C# 클래스 Kooboo.Commerce.Api.ProductQueryExtensions

파일 보기 프로젝트 열기: Kooboo/Ecommerce

공개 메소드들

메소드 설명
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

메소드 상세

ByBrand() 공개 정적인 메소드

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

ByCategory() 공개 정적인 메소드

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

ByCustomField() 공개 정적인 메소드

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

ById() 공개 정적인 메소드

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

ByIds() 공개 정적인 메소드

public static ByIds ( this query ) : Query
query this
리턴 Query

ByName() 공개 정적인 메소드

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