C# Class NLite.Inflector.InflectorRule

Afficher le fichier Open project: netcasewqs/elinq

Méthodes publiques

Свойство Type Description
regex System.Text.RegularExpressions.Regex
replacement string

Méthodes publiques

Méthode Description
Apply ( string word ) : string
InflectorRule ( string regexPattern, string replacementText ) : System

Method Details

Apply() public méthode

public Apply ( string word ) : string
word string
Résultat string

InflectorRule() public méthode

public InflectorRule ( string regexPattern, string replacementText ) : System
regexPattern string
replacementText string
Résultat System

Property Details

regex public_oe property

public Regex,System.Text.RegularExpressions regex
Résultat System.Text.RegularExpressions.Regex

replacement public_oe property

public string replacement
Résultat string