C# 클래스 Rf.Sites.Features.PagedContentEndpoint

파일 보기 프로젝트 열기: flq/Rf.Sites

공개 메소드들

메소드 설명
Month ( MonthPaging paging ) : ContentTeaserPage
PagedContentEndpoint ( IRepository contentRepository ) : System
Tag ( TagPaging tag ) : ContentTeaserPage
Year ( YearPaging paging ) : ContentTeaserPage

비공개 메소드들

메소드 설명
GetBetweenQuery ( System.DateTime lower, System.DateTime upper ) : IQueryable
SanitizeMonth ( int month ) : int

메소드 상세

Month() 공개 메소드

public Month ( MonthPaging paging ) : ContentTeaserPage
paging Rf.Sites.Features.Models.MonthPaging
리턴 ContentTeaserPage

PagedContentEndpoint() 공개 메소드

public PagedContentEndpoint ( IRepository contentRepository ) : System
contentRepository IRepository
리턴 System

Tag() 공개 메소드

public Tag ( TagPaging tag ) : ContentTeaserPage
tag Rf.Sites.Features.Models.TagPaging
리턴 ContentTeaserPage

Year() 공개 메소드

public Year ( YearPaging paging ) : ContentTeaserPage
paging Rf.Sites.Features.Models.YearPaging
리턴 ContentTeaserPage