C# 클래스 SharpArchitecture.MultiTenant.Data.NHibernateMaps.Conventions.ManyToManyTableNameConvention

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

보호된 메소드들

메소드 설명
GetBiDirectionalTableName ( IManyToManyCollectionInspector collection, IManyToManyCollectionInspector otherSide ) : string
GetUniDirectionalTableName ( IManyToManyCollectionInspector collection ) : string

메소드 상세

GetBiDirectionalTableName() 보호된 메소드

protected GetBiDirectionalTableName ( IManyToManyCollectionInspector collection, IManyToManyCollectionInspector otherSide ) : string
collection IManyToManyCollectionInspector
otherSide IManyToManyCollectionInspector
리턴 string

GetUniDirectionalTableName() 보호된 메소드

protected GetUniDirectionalTableName ( IManyToManyCollectionInspector collection ) : string
collection IManyToManyCollectionInspector
리턴 string