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

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

공개 메소드들

메소드 설명
ById ( this query, int id ) : Query
ByName ( this query, string name ) : Query
ByUserKey ( this query, string userKey ) : 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

ByUserKey() 공개 정적인 메소드

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