C# Class Github.BlogEngine.Repositories.ArchiveRepository

Inheritance: Github.BlogEngine.Repositories.IArchiveRepository
Afficher le fichier Open project: alexbeletsky/beerncode Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
GetMonthPosts ( string monthSha ) : IList
GetMonthPostsFolder ( string parentSha ) : IList
GetYearFolder ( ) : IList

Method Details

GetMonthPosts() public méthode

public GetMonthPosts ( string monthSha ) : IList
monthSha string
Résultat IList

GetMonthPostsFolder() public méthode

public GetMonthPostsFolder ( string parentSha ) : IList
parentSha string
Résultat IList

GetYearFolder() public méthode

public GetYearFolder ( ) : IList
Résultat IList