C# Class Articles.Web.Controllers.ArticlesController

Inheritance: ApiController
Afficher le fichier Open project: nzhul/TelerikAcademy

Méthodes publiques

Méthode Description
ArticlesController ( ) : Articles.Data
ArticlesController ( IArticlesData data ) : Articles.Data

Private Methods

Méthode Description
Create ( ArticleModel model ) : IHttpActionResult
Get ( ) : IHttpActionResult
Get ( int page ) : IHttpActionResult
Get ( string category ) : IHttpActionResult
Get ( string category, int page ) : IHttpActionResult
GetAllSortedByDate ( ) : IEnumerable
GetById ( int id ) : IHttpActionResult
GetCategory ( string modelCategory ) : Category
GetTags ( ArticleModel model ) : ICollection

Method Details

ArticlesController() public méthode

public ArticlesController ( ) : Articles.Data
Résultat Articles.Data

ArticlesController() public méthode

public ArticlesController ( IArticlesData data ) : Articles.Data
data IArticlesData
Résultat Articles.Data