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

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

Public Methods

Method Description
BuiltFuncForeignKeyConvention ( Func format ) : System

Protected Methods

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

Method Details

BuiltFuncForeignKeyConvention() public method

public BuiltFuncForeignKeyConvention ( Func format ) : System
format Func
return System

GetKeyName() protected method

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