C# Class WikiFunctions.ReplaceSpecial.IRule

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

Méthodes publiques

Свойство Type Description
Children List
enabled_ bool

Méthodes publiques

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

Méthode Description
CloneTags ( TreeNode tn ) : void

Method Details

Apply() public abstract méthode

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

Clone() public abstract méthode

public abstract Clone ( ) : Object
Résultat Object

CloneTreeNode() public static méthode

public static CloneTreeNode ( TreeNode tn ) : TreeNode
tn System.Windows.Forms.TreeNode
Résultat System.Windows.Forms.TreeNode

CreateControl() public abstract méthode

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

DisposeControl() public méthode

public DisposeControl ( ) : void
Résultat void

ForgetControl() public abstract méthode

public abstract ForgetControl ( ) : void
Résultat void

GetControl() public abstract méthode

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

Restore() public abstract méthode

public abstract Restore ( ) : void
Résultat void

Save() public abstract méthode

public abstract Save ( ) : void
Résultat void

SelectName() public abstract méthode

public abstract SelectName ( ) : void
Résultat void

Property Details

Children public_oe property

public List Children
Résultat List

enabled_ public_oe property

public bool enabled_
Résultat bool