C# Class WikiFunctions.ReplaceSpecial.InTemplateRule

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

Méthodes publiques

Свойство Type Description
DoReplace_ bool
ReplaceWith_ string
TemplateNames_ List

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
InTemplateRule ( ) : System
Restore ( ) : void
Save ( ) : void
SelectName ( ) : void
TemplateUsedInText ( string template, string text ) : bool

Checks the input text for the input template

Private Methods

Méthode Description
ApplyInsideTemplate ( string template, TreeNode tn, string text, string title ) : string
ApplyOn ( string template, TreeNode tn, string text, string title ) : string
ApplyOnce ( string template, TreeNode tn, string text, string title ) : string
ReplaceOn ( string template, 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

InTemplateRule() public méthode

public InTemplateRule ( ) : System
Résultat System

Restore() public méthode

public Restore ( ) : void
Résultat void

Save() public méthode

public Save ( ) : void
Résultat void

SelectName() public méthode

public SelectName ( ) : void
Résultat void

TemplateUsedInText() public static méthode

Checks the input text for the input template
public static TemplateUsedInText ( string template, string text ) : bool
template string The template name
text string The template text
Résultat bool

Property Details

DoReplace_ public_oe property

public bool DoReplace_
Résultat bool

ReplaceWith_ public_oe property

public string ReplaceWith_
Résultat string

TemplateNames_ public_oe property

public List TemplateNames_
Résultat List