C# Class WikiFunctions.ReplaceSpecial.Rule

Inheritance: IRule
ファイルを表示 Open project: reedy/AutoWikiBrowser Class Usage Examples

Public Properties

Property Type Description
ifRegexOptions_ RegexOptions
numoftimes_ int
regex_ bool
replace_ string
ruletype_ T

Public Methods

Method Description
Apply ( TreeNode tn, string text, string title ) : string
Clone ( ) : Object
CreateControl ( IRuleControlOwner owner, Control collection, System pos ) : Control
ForgetControl ( ) : void
GetControl ( ) : Control
Restore ( ) : void
Rule ( ) : System
Save ( ) : void
SelectName ( ) : void

Private Methods

Method Description
ApplyInsideTemplate ( TreeNode tn, string text, string title ) : string

ApplyOn ( TreeNode tn, string text, string title ) : string

ApplyOnce ( TreeNode tn, string text, string title ) : string

CheckIf ( TreeNode tn, string text ) : bool

ReplaceOn ( TreeNode tn, string text, string title ) : string

Method Details

Apply() public method

public Apply ( TreeNode tn, string text, string title ) : string
tn System.Windows.Forms.TreeNode
text string
title string
return string

Clone() public method

public Clone ( ) : Object
return Object

CreateControl() public method

public CreateControl ( IRuleControlOwner owner, Control collection, System pos ) : Control
owner IRuleControlOwner
collection System.Windows.Forms.Control
pos System
return System.Windows.Forms.Control

ForgetControl() public method

public ForgetControl ( ) : void
return void

GetControl() public method

public GetControl ( ) : Control
return System.Windows.Forms.Control

Restore() public method

public Restore ( ) : void
return void

Rule() public method

public Rule ( ) : System
return System

Save() public method

public Save ( ) : void
return void

SelectName() public method

public SelectName ( ) : void
return void

Property Details

ifRegexOptions_ public_oe property

public RegexOptions ifRegexOptions_
return RegexOptions

numoftimes_ public_oe property

public int numoftimes_
return int

regex_ public_oe property

public bool regex_
return bool

replace_ public_oe property

public string replace_
return string

ruletype_ public_oe property

public T ruletype_
return T