C# Class Kooboo.Commerce.Api.CategoryQueryExtensions

Afficher le fichier Open project: Kooboo/Ecommerce

Méthodes publiques

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

ByName() public static méthode

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

ByParent() public static méthode

public static ByParent ( this query, int parentId ) : Query
query this
parentId int
Résultat Query