C# Class Kooboo.Commerce.Api.CountryQueryExtensions

ファイルを表示 Open project: Kooboo/Ecommerce

Public Methods

Method Description
ById ( this query, int id ) : Query
ByName ( this query, string name ) : Query
ByThreeLetterIsoCode ( this query, string threeLetterIsoCode ) : Query
ByTwoLetterIsoCode ( this query, string twoLetterIsoCode ) : 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

ByThreeLetterIsoCode() public static method

public static ByThreeLetterIsoCode ( this query, string threeLetterIsoCode ) : Query
query this
threeLetterIsoCode string
return Query

ByTwoLetterIsoCode() public static method

public static ByTwoLetterIsoCode ( this query, string twoLetterIsoCode ) : Query
query this
twoLetterIsoCode string
return Query