C# 클래스 Github.BlogEngine.Repositories.ArchiveRepository

상속: Github.BlogEngine.Repositories.IArchiveRepository
파일 보기 프로젝트 열기: alexbeletsky/beerncode 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
GetMonthPosts ( string monthSha ) : IList
GetMonthPostsFolder ( string parentSha ) : IList
GetYearFolder ( ) : IList

메소드 상세

GetMonthPosts() 공개 메소드

public GetMonthPosts ( string monthSha ) : IList
monthSha string
리턴 IList

GetMonthPostsFolder() 공개 메소드

public GetMonthPostsFolder ( string parentSha ) : IList
parentSha string
리턴 IList

GetYearFolder() 공개 메소드

public GetYearFolder ( ) : IList
리턴 IList