C# 클래스 WikiFunctions.AWBSettings.ListPrefs

파일 보기 프로젝트 열기: reedy/AutoWikiBrowser 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ArticleList List
ListSource string
SelectedProvider string

공개 메소드들

메소드 설명
ListPrefs ( Controls listMaker, bool saveArticleList ) : System

Fill the object with settings from UI

비공개 메소드들

메소드 설명
ListPrefs ( ) : System

메소드 상세

ListPrefs() 공개 메소드

Fill the object with settings from UI
public ListPrefs ( Controls listMaker, bool saveArticleList ) : System
listMaker Controls
saveArticleList bool
리턴 System

프로퍼티 상세

ArticleList 공개적으로 프로퍼티

public List
ArticleList
리턴 List

ListSource 공개적으로 프로퍼티

public string ListSource
리턴 string

SelectedProvider 공개적으로 프로퍼티

public string SelectedProvider
리턴 string