C# 클래스 Claymore.NewPagesWikiBot.NewPagesWithWeeks

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

공개 메소드들

메소드 설명
NewPagesWithWeeks ( PortalModule module, IEnumerable categories, IEnumerable categoriesToIgnore, string page, int ns, int depth, int maxItems, string format, string delimeter, string header, string footer, bool markEdits ) : System
Process ( Wiki wiki ) : string>.Dictionary
Update ( Wiki wiki ) : void

비공개 메소드들

메소드 설명
CompareTime ( Cache x, Cache y ) : int

메소드 상세

NewPagesWithWeeks() 공개 메소드

public NewPagesWithWeeks ( PortalModule module, IEnumerable categories, IEnumerable categoriesToIgnore, string page, int ns, int depth, int maxItems, string format, string delimeter, string header, string footer, bool markEdits ) : System
module PortalModule
categories IEnumerable
categoriesToIgnore IEnumerable
page string
ns int
depth int
maxItems int
format string
delimeter string
header string
footer string
markEdits bool
리턴 System

Process() 공개 메소드

public Process ( Wiki wiki ) : string>.Dictionary
wiki Claymore.SharpMediaWiki.Wiki
리턴 string>.Dictionary

Update() 공개 메소드

public Update ( Wiki wiki ) : void
wiki Claymore.SharpMediaWiki.Wiki
리턴 void