C# Класс ModernWebStore.Domain.Scopes.OrderItemScopes

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

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

Метод Описание
AddProductScopeIsValid ( this orderItem, Product product, decimal price, int quantity ) : bool
RegisterOrderItemScopeIsValid ( this orderItem ) : bool

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

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

public static AddProductScopeIsValid ( this orderItem, Product product, decimal price, int quantity ) : bool
orderItem this
product ModernWebStore.Domain.Entities.Product
price decimal
quantity int
Результат bool

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

public static RegisterOrderItemScopeIsValid ( this orderItem ) : bool
orderItem this
Результат bool