C# 클래스 SharpArchitecture.MultiTenant.Data.NHibernateMaps.AutomappingConfiguration

상속: FluentNHibernate.Automapping.DefaultAutomappingConfiguration
파일 보기 프로젝트 열기: yellowfeather/SharpArchitecture-MultiTenant

공개 메소드들

메소드 설명
AbstractClassIsLayerSupertype ( Type type ) : bool
IsId ( Member member ) : bool
IsMultiTenantEntity ( Type type ) : bool
ShouldMap ( Member member ) : bool
ShouldMap ( Type type ) : bool

메소드 상세

AbstractClassIsLayerSupertype() 공개 메소드

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

IsId() 공개 메소드

public IsId ( Member member ) : bool
member Member
리턴 bool

IsMultiTenantEntity() 공개 메소드

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

ShouldMap() 공개 메소드

public ShouldMap ( Member member ) : bool
member Member
리턴 bool

ShouldMap() 공개 메소드

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