C# 클래스 Subtext.Framework.Archives

Static class used to get collections of archived posts (by month and year and category) from the data provider.
파일 보기 프로젝트 열기: ayende/Subtext

공개 메소드들

메소드 설명
GetPostCountByCategory ( ) : IList

Gets archived posts by category.

GetPostCountByMonth ( ) : IList

Gets archived posts by month.

GetPostCountByYear ( ) : IList

Gets archived posts by year.

메소드 상세

GetPostCountByCategory() 공개 정적인 메소드

Gets archived posts by category.
public static GetPostCountByCategory ( ) : IList
리턴 IList

GetPostCountByMonth() 공개 정적인 메소드

Gets archived posts by month.
public static GetPostCountByMonth ( ) : IList
리턴 IList

GetPostCountByYear() 공개 정적인 메소드

Gets archived posts by year.
public static GetPostCountByYear ( ) : IList
리턴 IList