C# Класс Kooboo.Commerce.Api.ShoppingCartQueryExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
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