C# Class Kooboo.Commerce.Api.CustomerQueryExtensions

Afficher le fichier Open project: Kooboo/Ecommerce

Méthodes publiques

Méthode Description
ByCustomField ( this query, string fieldName, string fieldValue ) : Query
ByEmail ( this query, string email ) : Query
ById ( this query, int id ) : 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

ByEmail() public static méthode

public static ByEmail ( this query, string email ) : Query
query this
email string
Résultat Query

ById() public static méthode

public static ById ( this query, int id ) : Query
query this
id int
Résultat Query