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

Inheritance: FluentNHibernate.Conventions.ManyToManyTableNameConvention
Exibir arquivo Open project: sztupy/shaml

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