C# 클래스 WikiFunctions.ReplaceSpecial.IRule

상속: ICloneable
파일 보기 프로젝트 열기: reedy/AutoWikiBrowser 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Children List
enabled_ bool

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
CloneTags ( TreeNode tn ) : void

메소드 상세

Apply() 공개 추상적인 메소드

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

Clone() 공개 추상적인 메소드

public abstract Clone ( ) : Object
리턴 Object

CloneTreeNode() 공개 정적인 메소드

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

CreateControl() 공개 추상적인 메소드

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

DisposeControl() 공개 메소드

public DisposeControl ( ) : void
리턴 void

ForgetControl() 공개 추상적인 메소드

public abstract ForgetControl ( ) : void
리턴 void

GetControl() 공개 추상적인 메소드

public abstract GetControl ( ) : Control
리턴 System.Windows.Forms.Control

Restore() 공개 추상적인 메소드

public abstract Restore ( ) : void
리턴 void

Save() 공개 추상적인 메소드

public abstract Save ( ) : void
리턴 void

SelectName() 공개 추상적인 메소드

public abstract SelectName ( ) : void
리턴 void

프로퍼티 상세

Children 공개적으로 프로퍼티

public List Children
리턴 List

enabled_ 공개적으로 프로퍼티

public bool enabled_
리턴 bool