C# Class Kooboo.Commerce.Api.CountryQueryExtensions

Afficher le fichier Open project: Kooboo/Ecommerce

Méthodes publiques

Méthode 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 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

ByThreeLetterIsoCode() public static méthode

public static ByThreeLetterIsoCode ( this query, string threeLetterIsoCode ) : Query
query this
threeLetterIsoCode string
Résultat Query

ByTwoLetterIsoCode() public static méthode

public static ByTwoLetterIsoCode ( this query, string twoLetterIsoCode ) : Query
query this
twoLetterIsoCode string
Résultat Query