C# 클래스 WikiFunctions.Lists.Providers.HTMLPageScraperListProvider

상속: IListProvider
파일 보기 프로젝트 열기: reedy/AutoWikiBrowser

공개 메소드들

메소드 설명
MakeList ( ) : List
Selected ( ) : void

보호된 메소드들

메소드 설명
CheckExtra ( string entry ) : bool
ModifyArticleName ( string title ) : string

메소드 상세

CheckExtra() 보호된 메소드

protected CheckExtra ( string entry ) : bool
entry string
리턴 bool

MakeList() 공개 메소드

public MakeList ( ) : List
리턴 List

ModifyArticleName() 보호된 메소드

protected ModifyArticleName ( string title ) : string
title string
리턴 string

Selected() 공개 메소드

public Selected ( ) : void
리턴 void