C# Class Kooboo.Commerce.Api.BrandQueryExtensions

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

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