C# 클래스 Aqueduct.Extensions.Inflector.InflectorRule

Summary for the InflectorRule class
파일 보기 프로젝트 열기: aqueduct/Aqueduct.SitecoreLib

공개 프로퍼티들

프로퍼티 타입 설명
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