C# Class NContrib.Culture.EnglishInflector

Inheritance: IInflector
Afficher le fichier Open project: veracross/ncontrib

Protected Properties

Свойство Type Description
Irregular ].string[
Plural ].string[
Singular ].string[
Uncountable string[]

Méthodes publiques

Méthode Description
ToPlural ( string word ) : string
ToPlural ( string word, int number ) : string
ToSingular ( string word ) : string
ToSingular ( string word, int number ) : string

Method Details

ToPlural() public méthode

public ToPlural ( string word ) : string
word string
Résultat string

ToPlural() public méthode

public ToPlural ( string word, int number ) : string
word string
number int
Résultat string

ToSingular() public méthode

public ToSingular ( string word ) : string
word string
Résultat string

ToSingular() public méthode

public ToSingular ( string word, int number ) : string
word string
number int
Résultat string

Property Details

Irregular protected_oe static_oe property

protected static string[,] Irregular
Résultat ].string[

Plural protected_oe static_oe property

protected static string[,] Plural
Résultat ].string[

Singular protected_oe static_oe property

protected static string[,] Singular
Résultat ].string[

Uncountable protected_oe static_oe property

protected static string[] Uncountable
Résultat string[]