C# 클래스 WikiFunctions.ReplaceSpecial.Rule

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

공개 프로퍼티들

프로퍼티 타입 설명
ifRegexOptions_ RegexOptions
numoftimes_ int
regex_ bool
replace_ string
ruletype_ T

공개 메소드들

메소드 설명
Apply ( TreeNode tn, string text, string title ) : string
Clone ( ) : Object
CreateControl ( IRuleControlOwner owner, Control collection, System pos ) : Control
ForgetControl ( ) : void
GetControl ( ) : Control
Restore ( ) : void
Rule ( ) : System
Save ( ) : void
SelectName ( ) : void

비공개 메소드들

메소드 설명
ApplyInsideTemplate ( TreeNode tn, string text, string title ) : string

ApplyOn ( TreeNode tn, string text, string title ) : string

ApplyOnce ( TreeNode tn, string text, string title ) : string

CheckIf ( TreeNode tn, string text ) : bool

ReplaceOn ( TreeNode tn, string text, string title ) : string

메소드 상세

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

Rule() 공개 메소드

public Rule ( ) : System
리턴 System

Save() 공개 메소드

public Save ( ) : void
리턴 void

SelectName() 공개 메소드

public SelectName ( ) : void
리턴 void

프로퍼티 상세

ifRegexOptions_ 공개적으로 프로퍼티

public RegexOptions ifRegexOptions_
리턴 RegexOptions

numoftimes_ 공개적으로 프로퍼티

public int numoftimes_
리턴 int

regex_ 공개적으로 프로퍼티

public bool regex_
리턴 bool

replace_ 공개적으로 프로퍼티

public string replace_
리턴 string

ruletype_ 공개적으로 프로퍼티

public T ruletype_
리턴 T