C# 클래스 FluentNHibernate.Conventions.Helpers.Prebuilt.BuiltFuncForeignKeyConvention

상속: ForeignKeyConvention
파일 보기 프로젝트 열기: HudsonAkridge/fluent-nhibernate

공개 메소드들

메소드 설명
BuiltFuncForeignKeyConvention ( Func format ) : System

보호된 메소드들

메소드 설명
GetKeyName ( PropertyInfo property, Type type ) : string

메소드 상세

BuiltFuncForeignKeyConvention() 공개 메소드

public BuiltFuncForeignKeyConvention ( Func format ) : System
format Func
리턴 System

GetKeyName() 보호된 메소드

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