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

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

Méthodes publiques

Méthode Description
BuiltSuffixForeignKeyConvention ( string suffix ) : System

Méthodes protégées

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

Method Details

BuiltSuffixForeignKeyConvention() public méthode

public BuiltSuffixForeignKeyConvention ( string suffix ) : System
suffix string
Résultat System

GetKeyName() protected méthode

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