C# 클래스 FluentModelBuilder.Configuration.ExpressionBasedEntityAutoConfiguration

상속: DefaultEntityAutoConfiguration
파일 보기 프로젝트 열기: Grinderofl/FluentModelBuilder

공개 메소드들

메소드 설명
ExpressionBasedEntityAutoConfiguration ( AutoConfigurationExpressions expressions ) : System
ShouldApplyToContext ( DbContext context ) : bool
ShouldApplyToScope ( BuilderScope scope ) : bool
ShouldMap ( Type type ) : bool

메소드 상세

ExpressionBasedEntityAutoConfiguration() 공개 메소드

public ExpressionBasedEntityAutoConfiguration ( AutoConfigurationExpressions expressions ) : System
expressions AutoConfigurationExpressions
리턴 System

ShouldApplyToContext() 공개 메소드

public ShouldApplyToContext ( DbContext context ) : bool
context DbContext
리턴 bool

ShouldApplyToScope() 공개 메소드

public ShouldApplyToScope ( BuilderScope scope ) : bool
scope BuilderScope
리턴 bool

ShouldMap() 공개 메소드

public ShouldMap ( Type type ) : bool
type System.Type
리턴 bool