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

Gets the user contributions of the Named Users
상속: ApiListProviderBase, ISpecialPageProvider
파일 보기 프로젝트 열기: reedy/AutoWikiBrowser

보호된 프로퍼티들

프로퍼티 타입 설명
uclimit string

공개 메소드들

메소드 설명
MakeList ( ) : List
MakeList ( int @namespace ) : List
MakeList ( string @namespace, string searchCriteria ) : List
Selected ( ) : void

메소드 상세

MakeList() 공개 메소드

public MakeList ( ) : List
리턴 List

MakeList() 공개 메소드

public MakeList ( int @namespace ) : List
@namespace int
리턴 List

MakeList() 공개 메소드

public MakeList ( string @namespace, string searchCriteria ) : List
@namespace string
searchCriteria string
리턴 List

Selected() 공개 메소드

public Selected ( ) : void
리턴 void

프로퍼티 상세

uclimit 보호되어 있는 프로퍼티

protected string uclimit
리턴 string