C# Class AdventureWorks.WebServices.Controllers.CategoryController

Inheritance: ApiController
Afficher le fichier Open project: PrismLibrary/Prism-Samples-Windows

Méthodes publiques

Méthode Description
CategoryController ( ) : System.Collections.Generic
CategoryController ( IRepository categoryRepository, IProductRepository productRepository ) : System.Collections.Generic
GetCategories ( int parentId, int maxAmountOfProducts ) : IEnumerable
GetCategory ( int id ) : Category

Private Methods

Méthode Description
FillProducts ( IEnumerable categories ) : void
NewCategory ( Category category ) : Category

Method Details

CategoryController() public méthode

public CategoryController ( ) : System.Collections.Generic
Résultat System.Collections.Generic

CategoryController() public méthode

public CategoryController ( IRepository categoryRepository, IProductRepository productRepository ) : System.Collections.Generic
categoryRepository IRepository
productRepository IProductRepository
Résultat System.Collections.Generic

GetCategories() public méthode

public GetCategories ( int parentId, int maxAmountOfProducts ) : IEnumerable
parentId int
maxAmountOfProducts int
Résultat IEnumerable

GetCategory() public méthode

public GetCategory ( int id ) : Category
id int
Résultat AdventureWorks.WebServices.Models.Category