C# Class WikiFunctions.AWBSettings.FaRPrefs

Mostrar archivo Open project: reedy/AutoWikiBrowser Class Usage Examples

Public Properties

Property Type Description
AdvancedReps List
AppendSummary bool
Enabled bool
ExpandRecursively bool
IgnoreMoreText bool
IgnoreSomeText bool
IgnoreUnformatted bool
IncludeComments bool
Replacements List
SubstTemplates string[]

Public Methods

Method Description
FaRPrefs ( Parse findAndReplace, ReplaceSpecial replaceSpecial, SubstTemplates substTemplates ) : System

Fill the object with settings from UI

Private Methods

Method Description
FaRPrefs ( ) : System

Method Details

FaRPrefs() public method

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

Property Details

AdvancedReps public_oe property

public List AdvancedReps
return List

AppendSummary public_oe property

public bool AppendSummary
return bool

Enabled public_oe property

public bool Enabled
return bool

ExpandRecursively public_oe property

public bool ExpandRecursively
return bool

IgnoreMoreText public_oe property

public bool IgnoreMoreText
return bool

IgnoreSomeText public_oe property

public bool IgnoreSomeText
return bool

IgnoreUnformatted public_oe property

public bool IgnoreUnformatted
return bool

IncludeComments public_oe property

public bool IncludeComments
return bool

Replacements public_oe property

public List Replacements
return List

SubstTemplates public_oe property

public string[] SubstTemplates
return string[]