C# Class Lab4.Controllers.Manager

Datei anzeigen Open project: peteratseneca/bti420winter2014 Class Usage Examples

Public Methods

Method Description
AddNewProduct ( ProductAdd newItem ) : ProductBase
GetAllProducts ( ) : IEnumerable
GetAllSuppliers ( ) : IEnumerable
GetAllSuppliersList ( ) : IEnumerable
GetProductById ( int id ) : ProductBase
GetProductSizes ( ) : List

Method Details

AddNewProduct() public method

public AddNewProduct ( ProductAdd newItem ) : ProductBase
newItem ProductAdd
return ProductBase

GetAllProducts() public method

public GetAllProducts ( ) : IEnumerable
return IEnumerable

GetAllSuppliers() public method

public GetAllSuppliers ( ) : IEnumerable
return IEnumerable

GetAllSuppliersList() public method

public GetAllSuppliersList ( ) : IEnumerable
return IEnumerable

GetProductById() public method

public GetProductById ( int id ) : ProductBase
id int
return ProductBase

GetProductSizes() public method

public GetProductSizes ( ) : List
return List