C# Class FluentNHibernate.Conventions.Helpers.Prebuilt.BuiltSuffixForeignKeyConvention

Inheritance: ForeignKeyConvention
Show file Open project: HudsonAkridge/fluent-nhibernate

Public Methods

Method Description
BuiltSuffixForeignKeyConvention ( string suffix ) : System

Protected Methods

Method Description
GetKeyName ( PropertyInfo property, Type type ) : string

Method Details

BuiltSuffixForeignKeyConvention() public method

public BuiltSuffixForeignKeyConvention ( string suffix ) : System
suffix string
return System

GetKeyName() protected method

protected GetKeyName ( PropertyInfo property, Type type ) : string
property System.Reflection.PropertyInfo
type System.Type
return string