C# 클래스 NLite.Inflector.InflectorRule

파일 보기 프로젝트 열기: netcasewqs/elinq

공개 프로퍼티들

프로퍼티 타입 설명
regex System.Text.RegularExpressions.Regex
replacement string

공개 메소드들

메소드 설명
Apply ( string word ) : string
InflectorRule ( string regexPattern, string replacementText ) : System

메소드 상세

Apply() 공개 메소드

public Apply ( string word ) : string
word string
리턴 string

InflectorRule() 공개 메소드

public InflectorRule ( string regexPattern, string replacementText ) : System
regexPattern string
replacementText string
리턴 System

프로퍼티 상세

regex 공개적으로 프로퍼티

public Regex,System.Text.RegularExpressions regex
리턴 System.Text.RegularExpressions.Regex

replacement 공개적으로 프로퍼티

public string replacement
리턴 string