EnglishPluralizationService Class

 

Default pluralization service implementation to be used by Entity Framework. This pluralization service is based on English locale.

Namespace:   System.Data.Entity.Infrastructure.Pluralization
Assembly:  EntityFramework (in EntityFramework.dll)

System.Object
  System.Data.Entity.Infrastructure.Pluralization.EnglishPluralizationService

[SuppressMessageAttribute("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", 
	MessageId = "Pluralization")]
public sealed class EnglishPluralizationService : IPluralizationService

NameDescription
System_CAPS_pubmethodEnglishPluralizationService()

Constructs a new instance of default pluralization service used in Entity Framework.

System_CAPS_pubmethodEnglishPluralizationService(IEnumerable<CustomPluralizationEntry>)

Constructs a new instance of default pluralization service used in Entity Framework.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodPluralize(String)

Returns the plural form of the specified word.

System_CAPS_pubmethodSingularize(String)

Returns the singular form of the specified word.

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.