C# Класс WikiFunctions.ReplaceSpecial.InTemplateRule

Наследование: IRule
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
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