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

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

공개 메소드들

메소드 설명
BuiltSuffixForeignKeyConvention ( string suffix ) : System

보호된 메소드들

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

메소드 상세

BuiltSuffixForeignKeyConvention() 공개 메소드

public BuiltSuffixForeignKeyConvention ( string suffix ) : System
suffix string
리턴 System

GetKeyName() 보호된 메소드

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