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

Returns a list of all users (their user pages) on the wiki
상속: ApiListProviderBase, ISpecialPageProvider
파일 보기 프로젝트 열기: reedy/AutoWikiBrowser

공개 메소드들

메소드 설명
AllUsersSpecialPageProvider ( ) : System
MakeList ( ) : List
MakeList ( int NamespaceIn ) : List
Selected ( ) : void

메소드 상세

AllUsersSpecialPageProvider() 공개 메소드

public AllUsersSpecialPageProvider ( ) : System
리턴 System

MakeList() 공개 메소드

public MakeList ( ) : List
리턴 List

MakeList() 공개 메소드

public MakeList ( int NamespaceIn ) : List
NamespaceIn int
리턴 List

Selected() 공개 메소드

public Selected ( ) : void
리턴 void