C# Class Kooboo.Commerce.Api.CustomerQueryExtensions

Show file Open project: Kooboo/Ecommerce

Public Methods

Method 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 method

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

ByEmail() public static method

public static ByEmail ( this query, string email ) : Query
query this
email string
return Query

ById() public static method

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