C# Class WikiFunctions.ReplaceSpecial.TemplateParamRule

Inheritance: IRule
Datei anzeigen Open project: reedy/AutoWikiBrowser Class Usage Examples

Public Properties

Property Type Description
ParamName string

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
Save ( ) : void
SelectName ( ) : void
TemplateParamRule ( ) : System

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

Save() public method

public Save ( ) : void
return void

SelectName() public method

public SelectName ( ) : void
return void

TemplateParamRule() public method

public TemplateParamRule ( ) : System
return System

Property Details

ParamName public_oe property

public string ParamName
return string