C# Class Kooboo.Commerce.Api.CategoryQueryExtensions

Exibir arquivo Open project: Kooboo/Ecommerce

Public Methods

Method Description
ByCustomField ( this query, string fieldName, string fieldValue ) : Query
ById ( this query, int id ) : Query
ByName ( this query, string name ) : Query
ByParent ( this query, int parentId ) : Query

Method Details

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

ByName() public static method

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

ByParent() public static method

public static ByParent ( this query, int parentId ) : Query
query this
parentId int
return Query