C# Class FluentModelBuilder.Relational.Generators.PluralizingTableNameGenerator

Inheritance: ITableNameGenerator
Afficher le fichier Open project: Grinderofl/FluentModelBuilder

Méthodes publiques

Méthode Description
CreateName ( IEntityType entityType ) : string
PluralizingTableNameGenerator ( bool shouldPluralize = true ) : Humanizer

Method Details

CreateName() public méthode

public CreateName ( IEntityType entityType ) : string
entityType IEntityType
Résultat string

PluralizingTableNameGenerator() public méthode

public PluralizingTableNameGenerator ( bool shouldPluralize = true ) : Humanizer
shouldPluralize bool
Résultat Humanizer