CustomPluralizationEntry Class

 

Represents a custom pluralization term to be used by the EnglishPluralizationService

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

System.Object
  System.Data.Entity.Infrastructure.Pluralization.CustomPluralizationEntry

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

NameDescription
System_CAPS_pubmethodCustomPluralizationEntry(String, String)

Create a new instance

NameDescription
System_CAPS_pubpropertyPlural

Get the plural.

System_CAPS_pubpropertySingular

Get the singular.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

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.