C# Класс Aqueduct.Extensions.Inflector.InflectorRule

Summary for the InflectorRule class
Показать файл Открыть проект

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

Свойство Тип Описание
regex System.Text.RegularExpressions.Regex
replacement string

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

Метод Описание
Apply ( string word ) : string

Applies the specified word.

InflectorRule ( string regexPattern, string replacementText ) : System

Initializes a new instance of the InflectorRule class.

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

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

Applies the specified word.
public Apply ( string word ) : string
word string The word.
Результат string

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

Initializes a new instance of the InflectorRule class.
public InflectorRule ( string regexPattern, string replacementText ) : System
regexPattern string The regex pattern.
replacementText string The replacement text.
Результат System

Описание свойств

regex публичное свойство

public Regex,System.Text.RegularExpressions regex
Результат System.Text.RegularExpressions.Regex

replacement публичное свойство

public string replacement
Результат string