C# Класс SharpArchitecture.MultiTenant.Data.NHibernateMaps.Conventions.ManyToManyTableNameConvention

Наследование: FluentNHibernate.Conventions.ManyToManyTableNameConvention
Показать файл Открыть проект

Защищенные методы

Метод Описание
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