C# Class WikiFunctions.AWBSettings.UserPrefs

Afficher le fichier Open project: reedy/AutoWikiBrowser Class Usage Examples

Méthodes publiques

Свойство Type Description
CustomProject string
Disambiguation DabPrefs
Editprefs EditPrefs
ExternalProgram ExternalProgramPrefs
FindAndReplace FaRPrefs
General GeneralPrefs
LanguageCode string
List ListPrefs
LoginDomain string
Module ModulePrefs
Plugin List
Project ProjectEnum
Protocol string
SkipOptions SkipPrefs
Special SpecialFilterPrefs
Tool ToolsPrefs

Méthodes publiques

Méthode Description
LoadPrefs ( string file ) : UserPrefs

Loads the UserPrefs from the specified file

SavePluginSettings ( UserPrefs prefs ) : List

Saves the plugin Settings

SavePrefs ( UserPrefs prefs, string file ) : void

Saves the UserPrefs to the specified file

UserPrefs ( ) : System
UserPrefs ( FaRPrefs mFaRPrefs, EditPrefs mEditprefs, ListPrefs mList, SkipPrefs mSkipOptions, GeneralPrefs mGeneral, DabPrefs mDisambiguation, ModulePrefs mModule, ExternalProgramPrefs mExternalProgram, SpecialFilterPrefs mSpecial, ToolsPrefs mTool, Plugin.IAWBPlugin>.Dictionary plugins ) : System

Method Details

LoadPrefs() public static méthode

Loads the UserPrefs from the specified file
public static LoadPrefs ( string file ) : UserPrefs
file string File to load from
Résultat UserPrefs

SavePluginSettings() public static méthode

Saves the plugin Settings
public static SavePluginSettings ( UserPrefs prefs ) : List
prefs UserPrefs UserPrefs object
Résultat List

SavePrefs() public static méthode

Saves the UserPrefs to the specified file
public static SavePrefs ( UserPrefs prefs, string file ) : void
prefs UserPrefs UserPrefs object to save
file string File to save to
Résultat void

UserPrefs() public méthode

public UserPrefs ( ) : System
Résultat System

UserPrefs() public méthode

public UserPrefs ( FaRPrefs mFaRPrefs, EditPrefs mEditprefs, ListPrefs mList, SkipPrefs mSkipOptions, GeneralPrefs mGeneral, DabPrefs mDisambiguation, ModulePrefs mModule, ExternalProgramPrefs mExternalProgram, SpecialFilterPrefs mSpecial, ToolsPrefs mTool, Plugin.IAWBPlugin>.Dictionary plugins ) : System
mFaRPrefs FaRPrefs
mEditprefs EditPrefs
mList ListPrefs
mSkipOptions SkipPrefs
mGeneral GeneralPrefs
mDisambiguation DabPrefs
mModule ModulePrefs
mExternalProgram ExternalProgramPrefs
mSpecial SpecialFilterPrefs
mTool ToolsPrefs
plugins Plugin.IAWBPlugin>.Dictionary
Résultat System

Property Details

CustomProject public_oe property

public string CustomProject
Résultat string

Disambiguation public_oe property

public DabPrefs,WikiFunctions.AWBSettings Disambiguation
Résultat DabPrefs

Editprefs public_oe property

public EditPrefs,WikiFunctions.AWBSettings Editprefs
Résultat EditPrefs

ExternalProgram public_oe property

public ExternalProgramPrefs,WikiFunctions.AWBSettings ExternalProgram
Résultat ExternalProgramPrefs

FindAndReplace public_oe property

public FaRPrefs,WikiFunctions.AWBSettings FindAndReplace
Résultat FaRPrefs

General public_oe property

public GeneralPrefs,WikiFunctions.AWBSettings General
Résultat GeneralPrefs

LanguageCode public_oe property

public string LanguageCode
Résultat string

List public_oe property

public ListPrefs,WikiFunctions.AWBSettings List
Résultat ListPrefs

LoginDomain public_oe property

public string LoginDomain
Résultat string

Module public_oe property

public ModulePrefs,WikiFunctions.AWBSettings Module
Résultat ModulePrefs

Plugin public_oe property

public List Plugin
Résultat List

Project public_oe property

public ProjectEnum Project
Résultat ProjectEnum

Protocol public_oe property

public string Protocol
Résultat string

SkipOptions public_oe property

public SkipPrefs,WikiFunctions.AWBSettings SkipOptions
Résultat SkipPrefs

Special public_oe property

public SpecialFilterPrefs,WikiFunctions.AWBSettings Special
Résultat SpecialFilterPrefs

Tool public_oe property

public ToolsPrefs,WikiFunctions.AWBSettings Tool
Résultat ToolsPrefs