C# Class Kooboo.Commerce.Api.PaymentMethodQueryExtensions

Mostra file Open project: Kooboo/Ecommerce

Public Methods

Method Description
ById ( this query, int id ) : Query
ByName ( this query, string name ) : Query
ByUserKey ( this query, string userKey ) : Query

Method Details

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

ByUserKey() public static method

public static ByUserKey ( this query, string userKey ) : Query
query this
userKey string
return Query