C# Class SweetVids.Core.Persistence.Conventions.CustomManyToManyTableNameConvention

Inheritance: FluentNHibernate.Conventions.ManyToManyTableNameConvention
Mostrar archivo Open project: rauhryan/sweetvids

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