C# Class Rf.Sites.Features.PagedContentEndpoint

Afficher le fichier Open project: flq/Rf.Sites

Méthodes publiques

Méthode Description
Month ( MonthPaging paging ) : ContentTeaserPage
PagedContentEndpoint ( IRepository contentRepository ) : System
Tag ( TagPaging tag ) : ContentTeaserPage
Year ( YearPaging paging ) : ContentTeaserPage

Private Methods

Méthode Description
GetBetweenQuery ( System.DateTime lower, System.DateTime upper ) : IQueryable
SanitizeMonth ( int month ) : int

Method Details

Month() public méthode

public Month ( MonthPaging paging ) : ContentTeaserPage
paging Rf.Sites.Features.Models.MonthPaging
Résultat ContentTeaserPage

PagedContentEndpoint() public méthode

public PagedContentEndpoint ( IRepository contentRepository ) : System
contentRepository IRepository
Résultat System

Tag() public méthode

public Tag ( TagPaging tag ) : ContentTeaserPage
tag Rf.Sites.Features.Models.TagPaging
Résultat ContentTeaserPage

Year() public méthode

public Year ( YearPaging paging ) : ContentTeaserPage
paging Rf.Sites.Features.Models.YearPaging
Résultat ContentTeaserPage