C# Class WebBase.Data.Mapping.Conventions.ManyToManyTableNameConvention

Inheritance: FluentNHibernate.Conventions.ManyToManyTableNameConvention
Afficher le fichier Open project: sztupy/shaml

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