C# Class WikiFunctions.AWBSettings.ListPrefs

Show file Open project: reedy/AutoWikiBrowser Class Usage Examples

Public Properties

Property Type Description
ArticleList List
ListSource string
SelectedProvider string

Public Methods

Method Description
ListPrefs ( Controls listMaker, bool saveArticleList ) : System

Fill the object with settings from UI

Private Methods

Method Description
ListPrefs ( ) : System

Method Details

ListPrefs() public method

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

Property Details

ArticleList public property

public List
ArticleList
return List

ListSource public property

public string ListSource
return string

SelectedProvider public property

public string SelectedProvider
return string