EnglishPluralizationService Class
Default pluralization service implementation to be used by Entity Framework. This pluralization service is based on English locale.
Assembly: EntityFramework (in EntityFramework.dll)
Name | Description | |
---|---|---|
![]() | EnglishPluralizationService() | Constructs a new instance of default pluralization service used in Entity Framework. |
![]() | EnglishPluralizationService(IEnumerable<CustomPluralizationEntry>) | Constructs a new instance of default pluralization service used in Entity Framework. |
Name | Description | |
---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | Pluralize(String) | Returns the plural form of the specified word. |
![]() | Singularize(String) | Returns the singular form of the specified word. |
![]() | ToString() | (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.