C# Класс Claymore.ArchiveWikiBot.ArchiveByQuarter

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

Открытые методы

Метод Описание
ArchiveByQuarter ( L10i l10i, string title, string directory, int days, string format, string header, IEnumerable lookForLines, IEnumerable onHold, string removeFromText, bool checkForResult, bool newSectionsDown, int minimalSize, int forcedArchivationDelay ) : System

Защищенные методы

Метод Описание
DateToPageName ( System.DateTime date ) : string
NormalizeDate ( System.DateTime date ) : System.DateTime

Описание методов

ArchiveByQuarter() публичный Метод

public ArchiveByQuarter ( L10i l10i, string title, string directory, int days, string format, string header, IEnumerable lookForLines, IEnumerable onHold, string removeFromText, bool checkForResult, bool newSectionsDown, int minimalSize, int forcedArchivationDelay ) : System
l10i L10i
title string
directory string
days int
format string
header string
lookForLines IEnumerable
onHold IEnumerable
removeFromText string
checkForResult bool
newSectionsDown bool
minimalSize int
forcedArchivationDelay int
Результат System

DateToPageName() защищенный Метод

protected DateToPageName ( System.DateTime date ) : string
date System.DateTime
Результат string

NormalizeDate() защищенный Метод

protected NormalizeDate ( System.DateTime date ) : System.DateTime
date System.DateTime
Результат System.DateTime