C# Класс WikiFunctions.AWBSettings.FaRPrefs

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
AdvancedReps List
AppendSummary bool
Enabled bool
ExpandRecursively bool
IgnoreMoreText bool
IgnoreSomeText bool
IgnoreUnformatted bool
IncludeComments bool
Replacements List
SubstTemplates string[]

Открытые методы

Метод Описание
FaRPrefs ( Parse findAndReplace, ReplaceSpecial replaceSpecial, SubstTemplates substTemplates ) : System

Fill the object with settings from UI

Приватные методы

Метод Описание
FaRPrefs ( ) : System

Описание методов

FaRPrefs() публичный Метод

Fill the object with settings from UI
public FaRPrefs ( Parse findAndReplace, ReplaceSpecial replaceSpecial, SubstTemplates substTemplates ) : System
findAndReplace Parse
replaceSpecial ReplaceSpecial
substTemplates SubstTemplates
Результат System

Описание свойств

AdvancedReps публичное свойство

public List AdvancedReps
Результат List

AppendSummary публичное свойство

public bool AppendSummary
Результат bool

Enabled публичное свойство

public bool Enabled
Результат bool

ExpandRecursively публичное свойство

public bool ExpandRecursively
Результат bool

IgnoreMoreText публичное свойство

public bool IgnoreMoreText
Результат bool

IgnoreSomeText публичное свойство

public bool IgnoreSomeText
Результат bool

IgnoreUnformatted публичное свойство

public bool IgnoreUnformatted
Результат bool

IncludeComments публичное свойство

public bool IncludeComments
Результат bool

Replacements публичное свойство

public List Replacements
Результат List

SubstTemplates публичное свойство

public string[] SubstTemplates
Результат string[]