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

Gets a list of pages which transclude the Named Pages
상속: ApiListProviderBase, ISpecialPageProvider
파일 보기 프로젝트 열기: reedy/AutoWikiBrowser

공개 메소드들

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

보호된 메소드들

메소드 설명
MakeList ( string Namespace ) : List

메소드 상세

MakeList() 공개 메소드

public MakeList ( ) : List
리턴 List

MakeList() 공개 메소드

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

MakeList() 보호된 메소드

protected MakeList ( string Namespace ) : List
Namespace string
리턴 List

Selected() 공개 메소드

public Selected ( ) : void
리턴 void