C# 클래스 Frapid.Mapper.Database.Inflector.InflectorRule

파일 보기 프로젝트 열기: frapid/frapid

공개 메소드들

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

메소드 상세

Apply() 공개 메소드

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

InflectorRule() 공개 메소드

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