C# 클래스 Framework.Facilities.NHibernate.Conventions.ForeignKeyConvention

Specifies foreign key naming convention.
상속: IReferenceConvention
파일 보기 프로젝트 열기: coreframework/Core-Framework

공개 메소드들

메소드 설명
Apply ( IManyToOneInstance instance ) : void

Applies the specified instance.

메소드 상세

Apply() 공개 메소드

Applies the specified instance.
public Apply ( IManyToOneInstance instance ) : void
instance IManyToOneInstance The instance.
리턴 void