C# 클래스 Pomona.SingularToPluralTranslator

파일 보기 프로젝트 열기: Pomona/Pomona 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
IrregularNouns string>.Dictionary

공개 메소드들

메소드 설명
CamelCaseToPlural ( string camelCaseWord ) : string
IsIrregular ( string noun ) : bool
ToPlural ( string noun ) : string
ToPluralNoIrregular ( string noun ) : string

비공개 메소드들

메소드 설명
CreateDictionaryFromText ( string text ) : string>.Dictionary
IsConsonant ( char c ) : bool
IsVowel ( char c ) : bool
SingularToPluralTranslator ( ) : System

메소드 상세

CamelCaseToPlural() 공개 정적인 메소드

public static CamelCaseToPlural ( string camelCaseWord ) : string
camelCaseWord string
리턴 string

IsIrregular() 공개 정적인 메소드

public static IsIrregular ( string noun ) : bool
noun string
리턴 bool

ToPlural() 공개 정적인 메소드

public static ToPlural ( string noun ) : string
noun string
리턴 string

ToPluralNoIrregular() 공개 정적인 메소드

public static ToPluralNoIrregular ( string noun ) : string
noun string
리턴 string

프로퍼티 상세

IrregularNouns 공개적으로 정적으로 프로퍼티

public static Dictionary IrregularNouns
리턴 string>.Dictionary