C# Класс ApiExamples.ExField.InsertTcFieldHandler

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

Открытые методы

Метод Описание
InsertTcFieldHandler ( string switches ) : System

The switches to use for each TC field. Can be an empty string or null.

InsertTcFieldHandler ( string text, string switches ) : System

The display text and switches to use for each TC field. Display name can be an empty string or null.

Приватные методы

Метод Описание
IReplacingCallback ( ReplacingArgs args ) : ReplaceAction

Описание методов

InsertTcFieldHandler() публичный Метод

The switches to use for each TC field. Can be an empty string or null.
public InsertTcFieldHandler ( string switches ) : System
switches string
Результат System

InsertTcFieldHandler() публичный Метод

The display text and switches to use for each TC field. Display name can be an empty string or null.
public InsertTcFieldHandler ( string text, string switches ) : System
text string
switches string
Результат System