프로퍼티 | 타입 | 설명 | |
---|---|---|---|
GenderDetectors | IGenderDetector>.Dictionary | ||
NumberWriters | INumberWriter>.Dictionary | ||
Pluralizers | IPluralizer>.Dictionary |
메소드 | 설명 | |
---|---|---|
ForGenderAndNumber ( this genderAwareText, char gender = null, int number = null ) : string | ||
GetGender ( string name, |
||
GetPronom ( char gender, bool plural, |
||
HasGenders ( |
||
NiceName ( this memberName ) : string | ||
Pluralize ( string singularName, |
||
SpacePascal ( this pascalStr, |
||
SpacePascal ( this pascalStr, bool preserveUppercase ) : string | ||
ToPascal ( this str ) : string | ||
ToPascal ( this str, bool firstUpper ) : string |
메소드 | 설명 | |
---|---|---|
GetPart ( string textToReplace ) : string | ||
Kind ( string pascalStr, int i ) : CharKind |
public static ForGenderAndNumber ( this genderAwareText, char gender = null, int number = null ) : string | ||
genderAwareText | this | Something like Line[s] or [1m:Man|m:Men|1f:Woman|f:Women] |
gender | char | Masculine, Femenine, Neutrum, Inanimate, Animate |
number | int | |
리턴 | string |
public static GetGender ( string name, |
||
name | string | |
culture | ||
리턴 | char? |
public static GetPronom ( char gender, bool plural, |
||
gender | char | |
plural | bool | |
culture | ||
리턴 | string |
public static HasGenders ( |
||
cultureInfo | ||
리턴 | bool |
public static Pluralize ( string singularName, |
||
singularName | string | |
culture | ||
리턴 | string |
public static SpacePascal ( this pascalStr, |
||
pascalStr | this | |
culture | ||
리턴 | string |
public static SpacePascal ( this pascalStr, bool preserveUppercase ) : string | ||
pascalStr | this | |
preserveUppercase | bool | |
리턴 | string |
public static ToPascal ( this str, bool firstUpper ) : string | ||
str | this | |
firstUpper | bool | |
리턴 | string |
public static Dictionary |
||
리턴 | IGenderDetector>.Dictionary |