C# Class WikiFunctions.ReplaceSpecial.Rule

Inheritance: IRule
Afficher le fichier Open project: reedy/AutoWikiBrowser Class Usage Examples

Méthodes publiques

Свойство Type Description
ifRegexOptions_ RegexOptions
numoftimes_ int
regex_ bool
replace_ string
ruletype_ T

Méthodes publiques

Méthode 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

Méthode 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 méthode

public Apply ( TreeNode tn, string text, string title ) : string
tn System.Windows.Forms.TreeNode
text string
title string
Résultat string

Clone() public méthode

public Clone ( ) : Object
Résultat Object

CreateControl() public méthode

public CreateControl ( IRuleControlOwner owner, Control collection, System pos ) : Control
owner IRuleControlOwner
collection System.Windows.Forms.Control
pos System
Résultat System.Windows.Forms.Control

ForgetControl() public méthode

public ForgetControl ( ) : void
Résultat void

GetControl() public méthode

public GetControl ( ) : Control
Résultat System.Windows.Forms.Control

Restore() public méthode

public Restore ( ) : void
Résultat void

Rule() public méthode

public Rule ( ) : System
Résultat System

Save() public méthode

public Save ( ) : void
Résultat void

SelectName() public méthode

public SelectName ( ) : void
Résultat void

Property Details

ifRegexOptions_ public_oe property

public RegexOptions ifRegexOptions_
Résultat RegexOptions

numoftimes_ public_oe property

public int numoftimes_
Résultat int

regex_ public_oe property

public bool regex_
Résultat bool

replace_ public_oe property

public string replace_
Résultat string

ruletype_ public_oe property

public T ruletype_
Résultat T