C# 클래스 Claymore.ArchiveWikiBot.ArchiveByHalfYear

상속: ArchiveByPeriod
파일 보기 프로젝트 열기: Claymore/WikiBots 1 사용 예제들

공개 메소드들

메소드 설명
ArchiveByHalfYear ( 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

메소드 상세

ArchiveByHalfYear() 공개 메소드

public ArchiveByHalfYear ( 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