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

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

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

Метод Описание
ByCouponCode ( this query, string couponCode ) : Query
ByCustomField ( this query, string fieldName, string fieldValue ) : Query
ByCustomerId ( this query, int customerId ) : Query
ById ( this query, int id ) : Query
ByOrderStatus ( this query, OrderStatus status ) : Query
ByProcessingStatus ( this query, string status ) : Query
ByTotal ( this query, decimal fromTotal, decimal toTotal ) : Query
ByUtcCreatedDate ( this query, System.DateTime fromDate, System.DateTime toDate ) : Query

Описание методов

ByCouponCode() публичный статический Метод

public static ByCouponCode ( this query, string couponCode ) : Query
query this
couponCode string
Результат Query

ByCustomField() публичный статический Метод

public static ByCustomField ( this query, string fieldName, string fieldValue ) : Query
query this
fieldName string
fieldValue string
Результат Query

ByCustomerId() публичный статический Метод

public static ByCustomerId ( this query, int customerId ) : Query
query this
customerId int
Результат Query

ById() публичный статический Метод

public static ById ( this query, int id ) : Query
query this
id int
Результат Query

ByOrderStatus() публичный статический Метод

public static ByOrderStatus ( this query, OrderStatus status ) : Query
query this
status OrderStatus
Результат Query

ByProcessingStatus() публичный статический Метод

public static ByProcessingStatus ( this query, string status ) : Query
query this
status string
Результат Query

ByTotal() публичный статический Метод

public static ByTotal ( this query, decimal fromTotal, decimal toTotal ) : Query
query this
fromTotal decimal
toTotal decimal
Результат Query

ByUtcCreatedDate() публичный статический Метод

public static ByUtcCreatedDate ( this query, System.DateTime fromDate, System.DateTime toDate ) : Query
query this
fromDate System.DateTime
toDate System.DateTime
Результат Query