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

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

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

Метод Описание
RegisterProductScopeIsValid ( this product ) : bool
UpdateInfoScopeIsValid ( this product, string title, string description, int category ) : bool
UpdatePriceScopeIsValid ( this product, decimal price ) : bool
UpdateQuantityOnHandScopeIsValid ( this product, int amount ) : bool

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

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

public static RegisterProductScopeIsValid ( this product ) : bool
product this
Результат bool

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

public static UpdateInfoScopeIsValid ( this product, string title, string description, int category ) : bool
product this
title string
description string
category int
Результат bool

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

public static UpdatePriceScopeIsValid ( this product, decimal price ) : bool
product this
price decimal
Результат bool

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

public static UpdateQuantityOnHandScopeIsValid ( this product, int amount ) : bool
product this
amount int
Результат bool