C# 클래스 Kooboo.Commerce.Api.CountryQueryExtensions

파일 보기 프로젝트 열기: Kooboo/Ecommerce

공개 메소드들

메소드 설명
ById ( this query, int id ) : Query
ByName ( this query, string name ) : Query
ByThreeLetterIsoCode ( this query, string threeLetterIsoCode ) : Query
ByTwoLetterIsoCode ( this query, string twoLetterIsoCode ) : Query

메소드 상세

ById() 공개 정적인 메소드

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

ByName() 공개 정적인 메소드

public static ByName ( this query, string name ) : Query
query this
name string
리턴 Query

ByThreeLetterIsoCode() 공개 정적인 메소드

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

ByTwoLetterIsoCode() 공개 정적인 메소드

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