C# 클래스 WikiFunctions.Parse.Replacement

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

공개 프로퍼티들

프로퍼티 타입 설명
Find string
IsRegex bool
RegularExpressionOptions RegexOptions

공개 메소드들

메소드 설명
Replacement ( ) : System
Replacement ( Replacement repl ) : System
Replacement ( string find, string replace, bool isRegex, bool enabled, bool minor, bool beforeOrAfter, RegexOptions regularExpressionOptions, string comment ) : System

메소드 상세

Replacement() 공개 메소드

public Replacement ( ) : System
리턴 System

Replacement() 공개 메소드

public Replacement ( Replacement repl ) : System
repl Replacement
리턴 System

Replacement() 공개 메소드

public Replacement ( string find, string replace, bool isRegex, bool enabled, bool minor, bool beforeOrAfter, RegexOptions regularExpressionOptions, string comment ) : System
find string
replace string
isRegex bool
enabled bool
minor bool
beforeOrAfter bool
regularExpressionOptions RegexOptions
comment string
리턴 System

프로퍼티 상세

Find 공개적으로 프로퍼티

public string Find
리턴 string

IsRegex 공개적으로 프로퍼티

public bool IsRegex
리턴 bool

RegularExpressionOptions 공개적으로 프로퍼티

public RegexOptions RegularExpressionOptions
리턴 RegexOptions