C# Class SharpArchitecture.MultiTenant.Data.NHibernateMaps.Conventions.ManyToManyTableNameConvention

Inheritance: FluentNHibernate.Conventions.ManyToManyTableNameConvention
Mostra file Open project: yellowfeather/SharpArchitecture-MultiTenant

Protected Methods

Method Description
GetBiDirectionalTableName ( IManyToManyCollectionInspector collection, IManyToManyCollectionInspector otherSide ) : string
GetUniDirectionalTableName ( IManyToManyCollectionInspector collection ) : string

Method Details

GetBiDirectionalTableName() protected method

protected GetBiDirectionalTableName ( IManyToManyCollectionInspector collection, IManyToManyCollectionInspector otherSide ) : string
collection IManyToManyCollectionInspector
otherSide IManyToManyCollectionInspector
return string

GetUniDirectionalTableName() protected method

protected GetUniDirectionalTableName ( IManyToManyCollectionInspector collection ) : string
collection IManyToManyCollectionInspector
return string