C# 클래스 WikiFunctions.ReplaceSpecial.InTemplateRule

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

공개 프로퍼티들

프로퍼티 타입 설명
DoReplace_ bool
ReplaceWith_ string
TemplateNames_ List

공개 메소드들

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

Checks the input text for the input template

비공개 메소드들

메소드 설명
ApplyInsideTemplate ( string template, TreeNode tn, string text, string title ) : string
ApplyOn ( string template, TreeNode tn, string text, string title ) : string
ApplyOnce ( string template, TreeNode tn, string text, string title ) : string
ReplaceOn ( string template, 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

InTemplateRule() 공개 메소드

public InTemplateRule ( ) : System
리턴 System

Restore() 공개 메소드

public Restore ( ) : void
리턴 void

Save() 공개 메소드

public Save ( ) : void
리턴 void

SelectName() 공개 메소드

public SelectName ( ) : void
리턴 void

TemplateUsedInText() 공개 정적인 메소드

Checks the input text for the input template
public static TemplateUsedInText ( string template, string text ) : bool
template string The template name
text string The template text
리턴 bool

프로퍼티 상세

DoReplace_ 공개적으로 프로퍼티

public bool DoReplace_
리턴 bool

ReplaceWith_ 공개적으로 프로퍼티

public string ReplaceWith_
리턴 string

TemplateNames_ 공개적으로 프로퍼티

public List TemplateNames_
리턴 List