메소드 | 설명 | |
---|---|---|
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 |
메소드 | 설명 | |
---|---|---|
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 | |
리턴 | string |
public static Dasherize ( this underscoredWord ) : string | ||
underscoredWord | this | |
리턴 | string |
public static Humanize ( this lowercaseAndUnderscoredWord ) : string | ||
lowercaseAndUnderscoredWord | this | |
리턴 | string |
public static Pascalize ( this lowercaseAndUnderscoredWord ) : string | ||
lowercaseAndUnderscoredWord | this | |
리턴 | string |