C# Class WikiFunctions.ReplaceSpecial.InTemplateRule

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

Public Properties

Property Type Description
DoReplace_ bool
ReplaceWith_ string
TemplateNames_ List

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

Checks the input text for the input template

Private Methods

Method 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 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

InTemplateRule() public method

public InTemplateRule ( ) : System
return System

Restore() public method

public Restore ( ) : void
return void

Save() public method

public Save ( ) : void
return void

SelectName() public method

public SelectName ( ) : void
return void

TemplateUsedInText() public static method

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

Property Details

DoReplace_ public_oe property

public bool DoReplace_
return bool

ReplaceWith_ public_oe property

public string ReplaceWith_
return string

TemplateNames_ public_oe property

public List TemplateNames_
return List