Метод | Описание | |
---|---|---|
CreateProduct ( |
||
DeleteProduct ( int id ) : void | ||
GetProduct ( int id ) : |
||
GetProductByCode ( string code ) : |
||
GetProductList ( ) : List |
||
GetProductListByCategory ( int categoryID ) : List |
||
GetProductListByFilter ( int categoryID, string code, string name ) : List |
||
IsProductCodeAvailable ( string code ) : bool | ||
UpdateProduct ( int id, |
public static CreateProduct ( |
||
productModel | ||
Результат | void |
public static DeleteProduct ( int id ) : void | ||
id | int | |
Результат | void |
public static GetProduct ( int id ) : |
||
id | int | |
Результат |
public static GetProductByCode ( string code ) : |
||
code | string | |
Результат |
public static GetProductListByCategory ( int categoryID ) : List |
||
categoryID | int | |
Результат | List |
public static GetProductListByFilter ( int categoryID, string code, string name ) : List |
||
categoryID | int | |
code | string | |
name | string | |
Результат | List |
public static IsProductCodeAvailable ( string code ) : bool | ||
code | string | |
Результат | bool |
public static UpdateProduct ( int id, |
||
id | int | |
productModel | ||
Результат | void |