Method | Description | |
---|---|---|
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 |
public static RegisterProductScopeIsValid ( this product ) : bool | ||
product | this | |
return | bool |
public static UpdateInfoScopeIsValid ( this product, string title, string description, int category ) : bool | ||
product | this | |
title | string | |
description | string | |
category | int | |
return | bool |
public static UpdatePriceScopeIsValid ( this product, decimal price ) : bool | ||
product | this | |
price | decimal | |
return | bool |
public static UpdateQuantityOnHandScopeIsValid ( this product, int amount ) : bool | ||
product | this | |
amount | int | |
return | bool |