C# Класс Github.BlogEngine.Repositories.ArchiveRepository

Наследование: Github.BlogEngine.Repositories.IArchiveRepository
Показать файл Открыть проект Примеры использования класса

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