C# Class WikiFunctions.AWBSettings.FaRPrefs

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

Méthodes publiques

Свойство Type Description
AdvancedReps List
AppendSummary bool
Enabled bool
ExpandRecursively bool
IgnoreMoreText bool
IgnoreSomeText bool
IgnoreUnformatted bool
IncludeComments bool
Replacements List
SubstTemplates string[]

Méthodes publiques

Méthode Description
FaRPrefs ( Parse findAndReplace, ReplaceSpecial replaceSpecial, SubstTemplates substTemplates ) : System

Fill the object with settings from UI

Private Methods

Méthode Description
FaRPrefs ( ) : System

Method Details

FaRPrefs() public méthode

Fill the object with settings from UI
public FaRPrefs ( Parse findAndReplace, ReplaceSpecial replaceSpecial, SubstTemplates substTemplates ) : System
findAndReplace Parse
replaceSpecial ReplaceSpecial
substTemplates SubstTemplates
Résultat System

Property Details

AdvancedReps public_oe property

public List AdvancedReps
Résultat List

AppendSummary public_oe property

public bool AppendSummary
Résultat bool

Enabled public_oe property

public bool Enabled
Résultat bool

ExpandRecursively public_oe property

public bool ExpandRecursively
Résultat bool

IgnoreMoreText public_oe property

public bool IgnoreMoreText
Résultat bool

IgnoreSomeText public_oe property

public bool IgnoreSomeText
Résultat bool

IgnoreUnformatted public_oe property

public bool IgnoreUnformatted
Résultat bool

IncludeComments public_oe property

public bool IncludeComments
Résultat bool

Replacements public_oe property

public List Replacements
Résultat List

SubstTemplates public_oe property

public string[] SubstTemplates
Résultat string[]