C# Class WikiFunctions.ReplaceSpecial.IRule

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

Public Properties

Property Type Description
Children List
enabled_ bool

Public Methods

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

Clone ( ) : Object

CloneTreeNode ( TreeNode tn ) : TreeNode

CreateControl ( IRuleControlOwner owner, Control collection, System pos ) : Control
DisposeControl ( ) : void
ForgetControl ( ) : void

GetControl ( ) : Control

Restore ( ) : void

Save ( ) : void

SelectName ( ) : void

Private Methods

Method Description
CloneTags ( TreeNode tn ) : void

Method Details

Apply() public abstract method

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

Clone() public abstract method

public abstract Clone ( ) : Object
return Object

CloneTreeNode() public static method

public static CloneTreeNode ( TreeNode tn ) : TreeNode
tn System.Windows.Forms.TreeNode
return System.Windows.Forms.TreeNode

CreateControl() public abstract method

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

DisposeControl() public method

public DisposeControl ( ) : void
return void

ForgetControl() public abstract method

public abstract ForgetControl ( ) : void
return void

GetControl() public abstract method

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

Restore() public abstract method

public abstract Restore ( ) : void
return void

Save() public abstract method

public abstract Save ( ) : void
return void

SelectName() public abstract method

public abstract SelectName ( ) : void
return void

Property Details

Children public_oe property

public List Children
return List

enabled_ public_oe property

public bool enabled_
return bool