C# 클래스 WikiFunctions.ReplaceSpecial.TemplateParamRule

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

공개 프로퍼티들

프로퍼티 타입 설명
ParamName string

공개 메소드들

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

메소드 상세

Apply() 공개 메소드

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

Clone() 공개 메소드

public Clone ( ) : Object
리턴 Object

CreateControl() 공개 메소드

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

ForgetControl() 공개 메소드

public ForgetControl ( ) : void
리턴 void

GetControl() 공개 메소드

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

Restore() 공개 메소드

public Restore ( ) : void
리턴 void

Save() 공개 메소드

public Save ( ) : void
리턴 void

SelectName() 공개 메소드

public SelectName ( ) : void
리턴 void

TemplateParamRule() 공개 메소드

public TemplateParamRule ( ) : System
리턴 System

프로퍼티 상세

ParamName 공개적으로 프로퍼티

public string ParamName
리턴 string