C# Class WikiFunctions.AWBSettings.ListPrefs

Exibir arquivo 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_oe property

public List
ArticleList
return List

ListSource public_oe property

public string ListSource
return string

SelectedProvider public_oe property

public string SelectedProvider
return string