C# Class Hypermedia.Metadata.Runtime.ResourceInflector

Inheritance: IResourceInflector
Show file Open project: cosullivan/Hypermedia Class Usage Examples

Public Properties

Property Type Description
KnownPlurals string>.IDictionary

Public Methods

Method Description
Pluralize ( string word ) : string

Return the plural of the given word.

Method Details

Pluralize() public method

Return the plural of the given word.
public Pluralize ( string word ) : string
word string The word to return the plural for.
return string

Property Details

KnownPlurals public static property

public static IDictionary KnownPlurals
return string>.IDictionary