Method | Description | |
---|---|---|
Camelize ( this lowercaseAndUnderscoredWord ) : string | ||
Dasherize ( this underscoredWord ) : string | ||
Humanize ( this lowercaseAndUnderscoredWord ) : string | ||
Ordinalize ( this number ) : string | ||
Pascalize ( this lowercaseAndUnderscoredWord ) : string | ||
Pluralize ( this word ) : string | ||
Singularize ( this word ) : string | ||
Titleize ( this word ) : string |
Method | Description | |
---|---|---|
AddIrregular ( string singular, string plural ) : void | ||
AddPlural ( string rule, string replacement ) : void | ||
AddSingular ( string rule, string replacement ) : void | ||
AddUncountable ( string word ) : void | ||
ApplyRules ( IList |
||
Capitalize ( this word ) : string | ||
Inflector ( ) : System.Collections.Generic | ||
Uncapitalize ( this word ) : string | ||
Underscore ( this pascalCasedWord ) : string |
public static Camelize ( this lowercaseAndUnderscoredWord ) : string | ||
lowercaseAndUnderscoredWord | this | |
return | string |
public static Dasherize ( this underscoredWord ) : string | ||
underscoredWord | this | |
return | string |
public static Humanize ( this lowercaseAndUnderscoredWord ) : string | ||
lowercaseAndUnderscoredWord | this | |
return | string |
public static Ordinalize ( this number ) : string | ||
number | this | |
return | string |
public static Pascalize ( this lowercaseAndUnderscoredWord ) : string | ||
lowercaseAndUnderscoredWord | this | |
return | string |
public static Pluralize ( this word ) : string | ||
word | this | |
return | string |
public static Singularize ( this word ) : string | ||
word | this | |
return | string |
public static Titleize ( this word ) : string | ||
word | this | |
return | string |