C# Class FluentModelBuilder.Configuration.ExpressionBasedEntityAutoConfiguration

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

Méthodes publiques

Méthode Description
ExpressionBasedEntityAutoConfiguration ( AutoConfigurationExpressions expressions ) : System
ShouldApplyToContext ( DbContext context ) : bool
ShouldApplyToScope ( BuilderScope scope ) : bool
ShouldMap ( Type type ) : bool

Method Details

ExpressionBasedEntityAutoConfiguration() public méthode

public ExpressionBasedEntityAutoConfiguration ( AutoConfigurationExpressions expressions ) : System
expressions AutoConfigurationExpressions
Résultat System

ShouldApplyToContext() public méthode

public ShouldApplyToContext ( DbContext context ) : bool
context DbContext
Résultat bool

ShouldApplyToScope() public méthode

public ShouldApplyToScope ( BuilderScope scope ) : bool
scope BuilderScope
Résultat bool

ShouldMap() public méthode

public ShouldMap ( Type type ) : bool
type System.Type
Résultat bool