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

Inheritance: FluentNHibernate.Conventions.ManyToManyTableNameConvention
Afficher le fichier Open project: yellowfeather/SharpArchitecture-MultiTenant

Méthodes protégées

Méthode Description
GetBiDirectionalTableName ( IManyToManyCollectionInspector collection, IManyToManyCollectionInspector otherSide ) : string
GetUniDirectionalTableName ( IManyToManyCollectionInspector collection ) : string

Method Details

GetBiDirectionalTableName() protected méthode

protected GetBiDirectionalTableName ( IManyToManyCollectionInspector collection, IManyToManyCollectionInspector otherSide ) : string
collection IManyToManyCollectionInspector
otherSide IManyToManyCollectionInspector
Résultat string

GetUniDirectionalTableName() protected méthode

protected GetUniDirectionalTableName ( IManyToManyCollectionInspector collection ) : string
collection IManyToManyCollectionInspector
Résultat string