C# 클래스 ExoGraph.NHibernate.DataBindingInterceptor

An NHibernate.IInterceptor which watches for entity initialization
Uses the ExoGraph.NHibernate.DataBindingFactory to create the new instance
상속: NHibernate.EmptyInterceptor
파일 보기 프로젝트 열기: vc3/ExoModel

공개 메소드들

메소드 설명
GetEntityName ( object entity ) : string
Instantiate ( string clazz, EntityMode entityMode, object id ) : object

비공개 메소드들

메소드 설명
FindByType ( string typeName ) : Type

메소드 상세

GetEntityName() 공개 메소드

public GetEntityName ( object entity ) : string
entity object
리턴 string

Instantiate() 공개 메소드

public Instantiate ( string clazz, EntityMode entityMode, object id ) : object
clazz string
entityMode EntityMode
id object
리턴 object