C# Class WikiFunctions.Parse.Replacement

Mostrar archivo Open project: reedy/AutoWikiBrowser Class Usage Examples

Public Properties

Property Type Description
Find string
IsRegex bool
RegularExpressionOptions RegexOptions

Public Methods

Method Description
Replacement ( ) : System
Replacement ( Replacement repl ) : System
Replacement ( string find, string replace, bool isRegex, bool enabled, bool minor, bool beforeOrAfter, RegexOptions regularExpressionOptions, string comment ) : System

Method Details

Replacement() public method

public Replacement ( ) : System
return System

Replacement() public method

public Replacement ( Replacement repl ) : System
repl Replacement
return System

Replacement() public method

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
return System

Property Details

Find public_oe property

public string Find
return string

IsRegex public_oe property

public bool IsRegex
return bool

RegularExpressionOptions public_oe property

public RegexOptions RegularExpressionOptions
return RegexOptions