Method | Description | |
---|---|---|
AddOrdinalSuffix ( this number ) : string | ||
AddUnderscores ( this pascalCasedWord ) : string | ||
CleanUp ( this propertyToFilter ) : string | ||
ConvertUnderscoresToDashes ( this underscoredWord ) : string | ||
IsStringNumeric ( this str ) : bool | ||
MakeInitialCaps ( this word ) : string | ||
MakeInitialLowerCase ( this word ) : string | ||
ReplaceId ( this column ) : string | ||
ToHumanCase ( this lowercaseAndUnderscoredWord ) : string | ||
ToPlural ( this word, IPluralizer pluralizer ) : string | ||
ToSingular ( this word, IPluralizer pluralizer ) : string | ||
ToTitleCase ( this word ) : string |
public static AddOrdinalSuffix ( this number ) : string | ||
number | this | |
return | string |
public static AddUnderscores ( this pascalCasedWord ) : string | ||
pascalCasedWord | this | |
return | string |
public static CleanUp ( this propertyToFilter ) : string | ||
propertyToFilter | this | |
return | string |
public static ConvertUnderscoresToDashes ( this underscoredWord ) : string | ||
underscoredWord | this | |
return | string |
public static IsStringNumeric ( this str ) : bool | ||
str | this | |
return | bool |
public static MakeInitialCaps ( this word ) : string | ||
word | this | |
return | string |
public static MakeInitialLowerCase ( this word ) : string | ||
word | this | |
return | string |
public static ReplaceId ( this column ) : string | ||
column | this | |
return | string |
public static ToHumanCase ( this lowercaseAndUnderscoredWord ) : string | ||
lowercaseAndUnderscoredWord | this | |
return | string |
public static ToPlural ( this word, IPluralizer pluralizer ) : string | ||
word | this | |
pluralizer | IPluralizer | |
return | string |
public static ToSingular ( this word, IPluralizer pluralizer ) : string | ||
word | this | |
pluralizer | IPluralizer | |
return | string |
public static ToTitleCase ( this word ) : string | ||
word | this | |
return | string |