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

Inheritance: ForeignKeyConvention
Afficher le fichier Open project: HudsonAkridge/fluent-nhibernate

Méthodes publiques

Méthode Description
BuiltFuncForeignKeyConvention ( Func format ) : System

Méthodes protégées

Méthode Description
GetKeyName ( PropertyInfo property, Type type ) : string

Method Details

BuiltFuncForeignKeyConvention() public méthode

public BuiltFuncForeignKeyConvention ( Func format ) : System
format Func
Résultat System

GetKeyName() protected méthode

protected GetKeyName ( PropertyInfo property, Type type ) : string
property System.Reflection.PropertyInfo
type System.Type
Résultat string