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

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

공개 메소드들

메소드 설명
ByCustomerEmail ( this query, string customerEmail ) : Query
ById ( this query, int id ) : Query
BySessionId ( this query, string sessionId ) : Query

메소드 상세

ByCustomerEmail() 공개 정적인 메소드

public static ByCustomerEmail ( this query, string customerEmail ) : Query
query this
customerEmail string
리턴 Query

ById() 공개 정적인 메소드

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

BySessionId() 공개 정적인 메소드

public static BySessionId ( this query, string sessionId ) : Query
query this
sessionId string
리턴 Query