C# 클래스 WikiFunctions.AWBSettings.FaRPrefs

파일 보기 프로젝트 열기: reedy/AutoWikiBrowser 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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[]